Tag: react

The Best React Inline Style Libraries Compared

The best React inline style libraries  compared

Dev

In any non-trivial React app, CSS styles can become a problem if you don’t manage them correctly. Global style definitions, !important […]

Esteban Herrera
Jun 26, 2018 ⋅ 11 min read
Using Recompose To Write Clean Higher-Order Components

Using Recompose to write clean higher-order components

Dev

Editor’s note: Active maintenance of the Recompose library was discontinued as of 25 October 2018. The author recommends using React […]

JuanMa Garrido
Jun 25, 2018 ⋅ 7 min read
Set Up React Hot Loader In 10 Minutes

Set up React Hot Loader in 10 minutes

Dev

Several years ago, it was becoming tiring (and annoying in the case where the changes do not render as expected) […]

Christian Nwamba
Jun 22, 2018 ⋅ 7 min read

Submitting HTML forms using JavaScript frameworks (Vue, React, Hyperapp)

Dev

HTML forms can send an HTTP request declaratively while submitting forms and awaiting response. However, you have to wait for […]

Ogundipe Samuel
Jun 12, 2018 ⋅ 8 min read
5 React Motion Use Cases With Examples

5 React Motion use cases with examples

Dev

React Motion is a library that makes it easy to create realistic animations within components using the laws of physics. […]

Christian Nwamba
Jun 8, 2018 ⋅ 17 min read

How (and when) to use React’s new Context API

Dev

So it’s not exactly news on the interwebs that React Context will be stable in the upcoming release of React, React 16.3.0. React Context […]

Yomi Eluwande
Mar 29, 2018 ⋅ 4 min read

Frontend in 2018: More consensus, less complexity

Dev

2017 was quite a year in frontend web development. Frameworks like React and Angular have continued to enjoy large-scale support […]

Kaelan Cooter
Jan 11, 2018 ⋅ 9 min read

Frontend in 2017: The important parts

Dev

A lot has happened in 2017, and it can be a bit overwhelming to think about. We all like to […]

Kaelan Cooter
Dec 19, 2017 ⋅ 13 min read

Animating Route Transitions with React Router

Dev

React Router v4 provides an intuitive, declarative API for building React apps that support navigation. However, there is not much […]

Christian Nwamba
Nov 23, 2017 ⋅ 4 min read

Quick guide to webpack bundle and code splitting with React

Dev

Introduction You’re probably here because your app has grown to the point where forcing the user to download the entire […]

Christian Nwamba
Nov 17, 2017 ⋅ 2 min read
Advanced React Router Concepts

Advanced React Router concepts: Recursive path, code splitting, and more

Dev

Before setting down the path of advanced concepts, first let’s all agree on the basics. React Router provides: Routing capabilities […]

Yomi Eluwande
Nov 7, 2017 ⋅ 11 min read

Introduction to Preact : A smaller, faster React alternative

Dev

Preact is a JavaScript library that describes itself as a fast 3kB alternative to React with the same ES6 API. […]

Yomi Eluwande
Aug 14, 2017 ⋅ 6 min read