Oct 15, 2021
EVERYONE BE CAREFUL: when you use React context, each modification in the context state makes all the children re-render. So you can use it just for small projects or you'll end up with performance issues. This of course have to be solved, by implementing some rules to prevent the re-render