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

Introducing Create React Native App

Today we’re announcing Create React Native App: a new tool that makes it significantly easier to get started with a React Native project! It’s heavily inspired by the design of Create React App and is the product of a collaboration between Facebook and Ex... (more…)

Read more »