React, routing, and data fetching

React, routing, and data fetching. In React applications at scale, routing, data fetching, and code splitting are naturally linked. The upcoming React Router v4 sacrifices…

Similar

Practical Guide to React and CSS Modules

Web developers have spent tremendous time and effort to make reusable components. One of the problems has been CSS and its cascading nature. For example, if a developer creates a component that displays a tree structure, how can she/he ensure that CSS cla...

Read more »