Answer the question
In order to leave comments, you need to log in
React admin?
How to make it so that when you enter the admin panel, you add, for example, a post of some kind and you have it appear on the page with posts without a database?
Answer the question
In order to leave comments, you need to log in
If we are talking about a session, then use redux
If we are not talking about one session, but a condition without a database, then use redux persist or client stores
No way, if you want to store data, you need a database, plus a backing that will process this data. And if you do it purely for yourself, then you can store data either in local storage, or in usecontext, or use mobx or redax
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question