Thinking In React
Visualise DOM
It means how a web page looks & after a state change how a web page will look
Main Formula
State -> Event -> State
Understanding
f(state) -> view
It means our view is a function of the State.
f(state change') -> view also get change'
Ba...
codingstandard.hashnode.dev2 min read
Kai Pereira
Crazy Coder π
Oh yes, great article! I always hate it when my React component just suddenly goes into an infinite loop :)