November 24 - Top 3 React articles
Here are your curated resources for the week.
1. Chakra UI - 1.0.0 release by Segun Adebayo & 40 contributors
Chakra UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications.
2. Valtio makes proxy-state simple for React by Daishi Kato & Paul Henschel
You can make changes to it in the same way you would to a normal js-object.
const state = proxy({ count: 0, text: "hello" })
++state.count
3. When (and when not) to reach for Redux by Mark Erikson
Mark is the maintainer of Redux and he talks about when to use Redux as compared to React Context now.
4. Bonus:
If you enjoy this newsletter, you'd also enjoy this weekly newsletter by our friends at ui.dev: Your free weekly dose of Javascript - By developers, for developers.
Want to share this newsletter with a friend? Use this link
Don't miss what's next. Subscribe to tinyreact: