You probably don't need Redux!

People often choose Redux without actually needing it. “Will our application be scalable without?”. Then developers complain about the complexity introduced into their code: “Why do I have to change 3 files to run a feature?” Indeed, why? We blame… Read the article

JS-Republic - ReactJS Tutorial

20 Resources and tutorials about ReactJS framework

If you are looking for resources and tutorials to learn or get better on ReactJS, this article it is for you.
ReactJS is actually the JavaScript framework which grew up the much faster. It is used for the user interfaces in highly used services like Facebook, Instagram and many others.
The power of ReactJS comes from its ability to generate complex and interactive user interfaces with a high level of performance thanks to the Virtual DOM technology.
Lot of developers around the world start to use ReactJS to develop complex applications and web sites. The web is plenty of articles and tutorials on the subject, and we decided to pick twenty of them which specially caught our attentions.
Good reading!

Read the article