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: (more…)
Read more »
A step by step guide to writing your own sliding pages router. Without using React Router or React Router Page Transition... (more…)
Read more »
Higher order components, or known under the abbreviation HOCs, are often a hard to grasp pattern in React. The article gives you an introduction to HOCs, how to use them elegantly in the case of conditional rendering and how to abstract them... (more…)
Read more »