You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The React Counter is a simple project where I practiced working with React's state management and effects. It includes features like a dark mode toggle, which enhances the UI, and persistence through local storage, ensuring the counter and theme settings stay saved even after refreshing the page.
A workshop to demonstrate how by simply using what React has built into it's foundation, we can write a Redux/Flux like approach to global state management.
A lightweight state management library for vanilla JavaScript. It offers simple and efficient state management with direct and functional updates, easy state retrieval, side effect handling, and version tracking.
This is the "Steps" application, a React project created to showcase key concepts related to interactive components, state management, and event handling.