When I wrote React.js: Server side rendering a few months back, I used react router v3.0.2. But ever since react router released v4, which is a total rewrite into a declarative format, the old blog post won’t work with react router v4. So I decided to wri... (more…)
Read more »
What's required to set up a React TypeScript project, how basic React/Redux type definitions work, & how React with TypeScript is different than JavaScript. (more…)
Read more »
The React team at Facebook has been using terminology from functional programming, such as ‘functional components’ and ‘higher order… (more…)
Read more »
React development is led by a small dedicated team working full time at Facebook. It also receives contributions from people all over the world. (more…)
Read more »
The previous article in the series is a prerequisite to understanding this one. It introduces you to terms and concepts that will be used extensively in this article. I will also link to further reading resources, React docs and sources for writing t... (more…)
Read more »