SlideShare a Scribd company logo
A TOOLBOX FOR DEVELOPERS WHO
DON’T HAVE TIME TO SPEND WEEKS
FINDING THE RIGHT PACKAGE
NAVIGATING THE
REACT ECOSYSTEM
FEDERICO BOND
LEAD DEVELOPER @ BITCOURT
@FEDERICOBOND
RATING SYSTEM
Mind blowing

You will want more of it
Excellent

Use it without doubts
Good for now

But better solutions will come up soon
ARCHITECTURE & STATE CONTAINER
REDUX
Reducers
Single state atom
Action creators
Several async approaches
Awesome DevTools
react-redux bindings
ROUTING
REACT-ROUTER
Multiple backends
Nested routes
Callbacks
Redux syncing with react-router-redux
INTERNATIONALIZATION
REACT-INTL
Keyed messages, manual extraction
Next version adds tooling for extracting
strings
Alternative: gettext approaches
SELECTORS
RESELECT
Selectors a la Nuclear.js
BUNDLING
WEBPACK
Batteries included
ES6 transpiling (and flow!)
Hot Reloading
COMPONENT STYLING
CLASSNAMES
Dynamic component styling helper
TESTING
IT’S COMPLICATED
Jest vs Karma + Jasmine
ReactTestUtils vs enzyme
ONE MORE THING…
BEST PRACTICES
▸ Use Flux Standard Action (FSA)
▸ Avoid side-effects in reducers
▸ Split presentational and container components
▸ Use Immutable.js to enforce immutability
THANKS
FEDERICO BOND
LEAD DEVELOPER @ BITCOURT
@FEDERICOBOND
CASE STUDY
BUILDING A COMPLEX INTERACTION
▸ User starts an action that requires authorization
▸ App opens password-required modal
▸ User types password
▸ User presses enter or clicks Accept
▸ App closes modal or shows password error
▸ User can close the modal to abort action
▸ Application continues with action on success

More Related Content

PDF
Akka and Kubernetes, the beginning of a beautiful relationship
PDF
Akka and Kubernetes, the beginning of a beautiful relationship
PPTX
Kubernetes master
PDF
Monitoring kubernetes across data center and cloud
PDF
A React Journey
PDF
Corso su ReactJS
PDF
An Intense Overview of the React Ecosystem
PDF
React Ecosystem
Akka and Kubernetes, the beginning of a beautiful relationship
Akka and Kubernetes, the beginning of a beautiful relationship
Kubernetes master
Monitoring kubernetes across data center and cloud
A React Journey
Corso su ReactJS
An Intense Overview of the React Ecosystem
React Ecosystem

Similar to Navigating the React Ecosystem (20)

PPTX
React-JS.pptx
PDF
a-detailed-guide-everything-you-need-to-know-about-reactjs.pdf
PPTX
The productive developer guide to React
PDF
Using React, Redux and Saga with Lottoland APIs
PDF
MeetJS Summit 2016: React.js enlightenment
PDF
An Overview of the React Ecosystem
PDF
Plain react, hooks and/or Redux ?
PPTX
Will React Hooks replace Redux?
PPTX
ProvJS: Six Months of ReactJS and Redux
PPTX
This Is the ppt of How the react js work in the dealy life
PDF
React Fundamentals - Jakarta JS, Apr 2016
PDF
Getting started with react basics
PDF
0900 learning-react
PPTX
React JS: A Secret Preview
PDF
react.pdf
PPTX
Better web apps with React and Redux
PPTX
React JS - A quick introduction tutorial
PDF
JOSA TechTalks - Better Web Apps with React and Redux
PDF
React.js enlightenment
PDF
7 Tools To Make React Development Faster and More Efficient
React-JS.pptx
a-detailed-guide-everything-you-need-to-know-about-reactjs.pdf
The productive developer guide to React
Using React, Redux and Saga with Lottoland APIs
MeetJS Summit 2016: React.js enlightenment
An Overview of the React Ecosystem
Plain react, hooks and/or Redux ?
Will React Hooks replace Redux?
ProvJS: Six Months of ReactJS and Redux
This Is the ppt of How the react js work in the dealy life
React Fundamentals - Jakarta JS, Apr 2016
Getting started with react basics
0900 learning-react
React JS: A Secret Preview
react.pdf
Better web apps with React and Redux
React JS - A quick introduction tutorial
JOSA TechTalks - Better Web Apps with React and Redux
React.js enlightenment
7 Tools To Make React Development Faster and More Efficient
Ad

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
A Presentation on Artificial Intelligence
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Electronic commerce courselecture one. Pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
cuic standard and advanced reporting.pdf
PDF
Modernizing your data center with Dell and AMD
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Spectral efficient network and resource selection model in 5G networks
NewMind AI Weekly Chronicles - August'25 Week I
A Presentation on Artificial Intelligence
Dropbox Q2 2025 Financial Results & Investor Presentation
Digital-Transformation-Roadmap-for-Companies.pptx
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Electronic commerce courselecture one. Pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Reach Out and Touch Someone: Haptics and Empathic Computing
Encapsulation_ Review paper, used for researhc scholars
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Approach and Philosophy of On baking technology
Machine learning based COVID-19 study performance prediction
Understanding_Digital_Forensics_Presentation.pptx
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
cuic standard and advanced reporting.pdf
Modernizing your data center with Dell and AMD
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Spectral efficient network and resource selection model in 5G networks
Ad

Navigating the React Ecosystem