DEV Community

Discussion on: How I built a real world project for the first time 🌈

Collapse
 
devdufutur profile image
Rudy Nappée • Edited

Another important step is to setup a global context. Every React developer knows how tidious it might be to lift state up through props when you project is growing bigger.

Do you know constate ? It's a great library to lift state up easily at any time.

github.com/diegohaz/constate

Collapse
 
killianfrappartdev profile image
Killian Frappart

I have never heard of this package before, thank you for sharing I will have a look ✅