A simple Redux like data store for Vanilla JS apps
Let's create a simple data storage mechanism similar to Redux.
It's going to have the following functionalities:
Able to store data in a single JavaScript object
Persist the data in localStorage (or sessionStorage)
Allow basic CRUD operations
We...
blog.umar.one2 min read