
Using An SQLite Database Live In React-Admin
To use a database in a web app, we have to build an API. But what if we could use a database directly from the browser?
Full-stack web developer at marmelab. Alexis worked on so many websites that he's a great software architect. He also loves horse riding.
To use a database in a web app, we have to build an API. But what if we could use a database directly from the browser?
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.