SlideShare a Scribd company logo
React
and
7.5M Daily Users
@solilokiam
Miquel Company
sites
7
Daily Users
7.5M
Daily Requests
133M
served/month
8500TB+
hours of video/day
30000+
Videos
600000+
React and 7.5M Daily Users
React and 7.5M Daily Users
We are always looking for
New Talent…
Join us @kodify.io
1 year ago
1 year ago
Lessons Learned
Routing
SEO
Asset Management
Error Handling Logging
Styling
User Tracking
Session handling Caching
State ManagementSecurity
Code Splitting
Server side Rendering
Styling
Animations
React and 7.5M Daily Users
React and 7.5M Daily Users
Routing
Routing
Routing
{
name: 'home',
path: '/',
component: bundle.Home,
fetchData: dataFetcher.fetchHomeData,
},
Routing
{
name: 'favourites',
path: '/users/:username/favourites',
component: bundle.Favorites,
requireAuth: true,
},
Routing
<Link
to="video_listing"
params={{ sort: 'views', time: 'month' }}
>
...
</Link>
Routing
<a href="/videos?sort=rating&time=month">
...
</a>
Data Fetching
Data Fetching
<Router
{...this.props}
routes={routes}
onUpdate={this.fetchData}
/>
React and 7.5M Daily Users
React and 7.5M Daily Users
Async Data Fetcher
render() {
const { children, location } = this.props;
const { previousLocation } = this.state;
return (
<Route
location={previousLocation || location}
render={() => children}
/>
);
}
Async Data Fetcher
componentWillReceiveProps(nextProps) {
const nextLoc = nextProps.location;
if (this.hasNavigated(nextLoc)) {
this.setState({
previousLocation: this.props.location,
});
this.loadAsyncData(nextProps.location);
}
}
Async Data Fetcher
loadAsyncData(location) {
const { match, route } = routeMatcher(location.pathname, routes);
const { queryParams } = routeParamsExtractor(location);
asyncDataFetcher(
route.fetchData,
this.getStore(),
Object.assign(match.params, queryParams),
).then(() => {
this.setState({
previousLocation: null,
});
})
}
Thanks
@solilokiam
https://beta.porntube.com

More Related Content

PDF
Learn more about React Router & it's properties
PDF
React Router Interview Questions PDF By ScholarHat
PDF
React Router Dom Integration Tutorial for Developers
PPTX
React JS CONCEPT AND DETAILED EXPLANATION
PPTX
How to navigate programmatically using react router
PDF
React Router: React Meetup XXL
PDF
ReactDC Intro to NextJS 9
PDF
Angular to Reactjs zeek by Noam Malter from Zeek
Learn more about React Router & it's properties
React Router Interview Questions PDF By ScholarHat
React Router Dom Integration Tutorial for Developers
React JS CONCEPT AND DETAILED EXPLANATION
How to navigate programmatically using react router
React Router: React Meetup XXL
ReactDC Intro to NextJS 9
Angular to Reactjs zeek by Noam Malter from Zeek

Similar to React and 7.5M Daily Users (20)

PDF
Guide to Using React Router V6 in React Apps.pdf
PDF
React seo tips to build seo friendly web applications
PDF
State management in a GraphQL era
PDF
2018 02-22 React, Redux & Building Applications that Scale | React
PPTX
Vue 2.0 + Vuex Router & Vuex at Vue.js
PPTX
intro to react| React: dynamic UIs, component-based, virtual DOM, JSX, effici...
PDF
Maximize Development Efficiency with ReactJS.pdf
PDF
Unit Testing for Beginners: Techniques, Examples & Forms of Testing - Invedus
PPTX
This Is the ppt of How the react js work in the dealy life
PDF
Building a Single Page Application with VueJS
PPTX
How to Build SPA with Vue Router 2.0
PPTX
One code Web, iOS, Android
PPTX
Reactjs workshop
PDF
Reactjs workshop (1)
PDF
Mastering react with redux
PDF
Learn reactjs, how to code with example and general understanding thinkwik
PDF
React.js: The hottest JS lib for building UIs
PDF
React: The hottest JS lib for building UIs
PDF
Workshop 21: React Router
PDF
Sexy React Stack
Guide to Using React Router V6 in React Apps.pdf
React seo tips to build seo friendly web applications
State management in a GraphQL era
2018 02-22 React, Redux & Building Applications that Scale | React
Vue 2.0 + Vuex Router & Vuex at Vue.js
intro to react| React: dynamic UIs, component-based, virtual DOM, JSX, effici...
Maximize Development Efficiency with ReactJS.pdf
Unit Testing for Beginners: Techniques, Examples & Forms of Testing - Invedus
This Is the ppt of How the react js work in the dealy life
Building a Single Page Application with VueJS
How to Build SPA with Vue Router 2.0
One code Web, iOS, Android
Reactjs workshop
Reactjs workshop (1)
Mastering react with redux
Learn reactjs, how to code with example and general understanding thinkwik
React.js: The hottest JS lib for building UIs
React: The hottest JS lib for building UIs
Workshop 21: React Router
Sexy React Stack
Ad

Recently uploaded (20)

PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Encapsulation theory and applications.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
Machine learning based COVID-19 study performance prediction
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Approach and Philosophy of On baking technology
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Getting Started with Data Integration: FME Form 101
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
Spectroscopy.pptx food analysis technology
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Programs and apps: productivity, graphics, security and other tools
Advanced methodologies resolving dimensionality complications for autism neur...
Encapsulation theory and applications.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Machine learning based COVID-19 study performance prediction
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Approach and Philosophy of On baking technology
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Getting Started with Data Integration: FME Form 101
MYSQL Presentation for SQL database connectivity
Group 1 Presentation -Planning and Decision Making .pptx
SOPHOS-XG Firewall Administrator PPT.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
Spectroscopy.pptx food analysis technology
MIND Revenue Release Quarter 2 2025 Press Release
Diabetes mellitus diagnosis method based random forest with bat algorithm
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Programs and apps: productivity, graphics, security and other tools
Ad

React and 7.5M Daily Users