React Context Api vs Local Storage
问题 I have some general questions which are bothering me regarding the context API and local storage. When to use local storage?, when to use the Context API and when would I use both? I know that to persist data after the refresh I need something like local storage or session storage, so do I ditch the context API entirely and just store everything in the local storage? this way I can not only store data but also keep it on refresh? some insight would be really helpful. What are some pros and