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
This repository is part of my Entri study project to learn Redux. It includes code and examples for managing state in React apps using Redux. Key topics covered are setting up a Redux store, creating actions and reducers, and using useSelector and useDispatch hooks for global state management. This project provides a foundation in Redux
React.js application created for Women Who Code ATX meetup that uses useSelector hook and explores how to avoid re-rendering all the child components when one of them changes state
Built with ReactJS/Create React App, this is a portfolio application built to understand the basics of state management. Inspired by the Tenzies Game from the YouTube tutorial for React by Scrimba.com/Free Code Camp. Built with Redux Toolkit for state management. Connected to Snyk, that helps sniff out security and code vulnerabilities.
Advanced TODO app that uses react redux, react router dom, and thunk as redux middleware to allow users to complete or defer tasks, view analytics, add new TODOs, and bulk delete them.