Simplify complex React components with generators

Sometimes writing complex React components, like huge dynamic forms,
isn’t easy. By default for control flow in JSX we use conditional
operator, so, for example, a complex form with some logic will look like: Read more

Similar

React with Angular’s Dependency Injection

Recently I’ve been blogging mostly about Angular and it’s not by accident! Angular is an amazing framework, bringing a lot of innovation to the front-end technologies, with a great community behind it. In the same time, the projects that I’m working...

Read more »