
Using ESI elements with Next.js
How we used Edge-Side Includes in a React.js application to boost the performance of a Server-Side Rendered application.
Full-stack web developer at marmelab. Alexis worked on so many websites that he's a great software architect. He also loves horse riding.
How we used Edge-Side Includes in a React.js application to boost the performance of a Server-Side Rendered application.
Redux is a fantastic tool for managing state in React.js, but is it suitable for all situations? Probably not.
Code splitting and server-side rendering are two ways of making a React app fast. Let's put them together in practice, with Redux, Sagas and React Router V4.