Tag:  react

Lazy load components in React

Lazy loading in React was always possible. It wasn't so clear how to do it properly and how to handle all edge cases, as well as how to find all of them, because, like many things in life, we need first to encounter the problems, and only then can we be ready to handle them properly.

Reducing boilerplate in React + Redux app

First, let’s see what is the problem, then we'll discuss possible solutions and, in the end, we'll compare the solutions that already exist in the market. Why in this order and why not go straight to the last point? Well, first you're more than welcome to jump right to the end and second, I just don't think that the solution is so easy to grasp.