- Publié le
TIL#7 - React Mental Models v2
142 words1 min read
- Auteur
- Nom
- Abdulaziz Mashrabov
Yesterday I linked to an article about using mental models to deepen your understanding of react. I liked that article, his mental model using boxes made me think differently about react and my understanding is now better.
Obed wrote a follow-up post where he builds upon his first mental models and uses them to make mental models regarding some well-known react concepts.
Those concepts are useState
, useEffect
and lifecycles.
I may sound like a broken record here... But I highly recommend you to read this article, I believe that it can improve your understanding of React.