React Frontload: load data and manage state inline in React components

React provides no built-in way to do data loading – it’s left for you to implement. Doing this is tricky in a React app that uses server side rendering (SSR) because client and server rendering work quite differently: Client render is async so data can be… Read more

Similar

How YC companies test React apps

React has a great ecosystem not just for making development easier, but for making testing easier as well. We surveyed YCombinator founders to understand what libraries, frameworks, and methodologies they use to test their React applications. (more…)

Read more »