Nothing here yet.
Nothing here yet.
No blogs yet.
Funny enough, React made me understand javascript on a much deeper level since it does not abstract much javascript from you, like per say angularjs (1.0+) did. I dug deeper into many facets of javascript whilst doing React than i ever did. Sure it does its magic with rendering and state management, but its not that magical once you start seeing how its done. You keep on doing things that matters for you apps rather than worrying about querying the dom to update stuff ;) !