Why are most React tutorials outdated?

If you are learning React using a book or an online tutorial, you may be in for an unpleasant surprise. One minute you are following along… Read more

Similar

I made a tool for creating React components with visual TDD

Hi‌ ‌there.‌ ‌I’m‌ ‌Ovidiu,‌ ‌a‌ ‌web‌ ‌developer‌ ‌from‌ ‌Romania‌ ‌passionate‌ ‌about‌ ‌building‌ ‌user‌ ‌interfaces‌ ‌and‌ ‌making‌ ‌my‌ ‌own‌ ‌tools.‌ ‌With‌ ‌React‌ ‌Cosmos,‌ ‌I‌ ‌married‌ ‌both‌ together ‌and‌ ‌created‌ ‌an‌ ‌open‌ ‌source‌ ‌tool‌ t... (more…)

Read more »

React Internals, Part One: Basic Rendering

In this five part series, we will “recreate” React from the ground up, learning how it works along the way. Once we’ve finished, you should have a good grasp of how React works, and when and why it calls the various lifecycle methods of a component. (more…)

Read more »