Tag: react

What Makes ReasonML So Great?

What makes ReasonML so great?

Dev

What exactly is ReasonML? ReasonML is a syntax extension for the OCaml language created by Facebook. Rather than creating an […]

Benjamin Johnson
Sep 10, 2018 ⋅ 8 min read

The easiest way to keep your web apps accessible: Just use text

Dev

The easiest way to keep your web apps accessible: Just use text The web is no longer just a collection of […]

Jason Rodriguez
Aug 15, 2018 ⋅ 7 min read

Modern component reusability: Render props in React & scoped slots in Vue

Dev

One of the issues all front-end developers face is how to make UI components reusable. How do we craft components […]

Jonathan Harrell
Aug 6, 2018 ⋅ 6 min read

Building a progressive web app (PWA): No React, no Angular, no Vue

Dev
Florian Rappl
Jul 18, 2018 ⋅ 10 min read

Beyond REST — Using GraphQL to shape your data

Dev

Overview GraphQL is an exciting API for ad-hoc queries and manipulation of hierarchical data. It is extremely flexible, has great […]

Gigi Sayfan
Jun 26, 2018 ⋅ 9 min read
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