UFUmar Farooqueinblog.umar.one·Apr 7, 2024 · 2 min readA simple Redux like data store for Vanilla JS appsLet'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...00
UFUmar Farooqueinblog.umar.one·Jan 31, 2024 · 1 min readVanilla JS Todo AppA Todo app is the most common app beginners use to practice learning React or any other library/framework. In terms of React, it covers several basic concepts - componentization of UI, basic data storage, basic HTML & CSS and some object manipulation...00