
Handling JWT in Admin Apps the Right Way
The best practice regarding JWT storage is to use memory rather than local storage. But it comes with numerous challenges. Let's see how to tackle these in the case of a react-admin 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.
The best practice regarding JWT storage is to use memory rather than local storage. But it comes with numerous challenges. Let's see how to tackle these in the case of a react-admin application.
It is never easy to set up functional tests involving calls to an external API. Polly.js is a useful tool to know when you need to mock calls to an API.
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.