You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
mobx | 3 years ago | |
presentation | 3 years ago | |
redux | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
package.json | 3 years ago |
README.md
[email protected] ⭐️
State of state management in react.
This is a quick look at MobX vs Redux, both using only hooks.
Quickstart 🚀
git clone https://git.nicco.io/cupcakearmy/state-next.git
cd state-next
npm run dev
# http://localhost:3000 for redux
# http://localhost:4000 for mobx
Preact
While moving to preact, without changing any line of code we managed to go from:
- MobX:
199 KiB
->98.3 KiB
- Redux:
158 KiB
->57.7 KiB