Stores are way to distribute collected data among components. In Vuejs Vuex (default) and Pinia stands for stores and for React, you have to choose one like Redux.Solidjs provides inbuilt store. There are two way to create a store, create a store using createStore method or create a mutable store using createMutable.A mutable store allow us to directly access and modify data, no need for getters...
Create a simple store in Solidjs
Blissfulcode
June 24, 2022
No comments
Edit
Read More