Tag: react

History Of Front-End Frameworks

History of front-end frameworks

Dev

A history of front-end frameworks including Semantic UI and others.

Michael Wanyoike
Oct 16, 2018 ⋅ 7 min read

Configuring webpack from scratch for Tailwind CSS with React

Dev

Learn how to configure webpack from scratch for Tailwind CSS in React.

Ogundipe Samuel
Oct 4, 2018 ⋅ 5 min read

Comparing the top JS animation libraries for use in React apps

Dev

You may have noticed that animation is pretty popular on the web. There’s no shortage of tutorials, case studies, and […]

Dennis Gaebel
Oct 4, 2018 ⋅ 8 min read

Death by a thousand cuts: A checklist for eliminating common React performance issues

Dev

A guide to eliminating common React performance issues.

Ohans Emmanuel
Oct 3, 2018 ⋅ 8 min read

Maintaining state variables in React

Dev

Learn how to maintain state variables in React without passing props down and back up every time there’s a change.

Daniel Jauch
Oct 1, 2018 ⋅ 3 min read
You Shouldn't Be Writing Vanilla CSS

It’s 2018 — you shouldn’t be writing vanilla CSS

Dev

A common mistake among developers is to give less importance (often, none at all) to styling when compared to other […]

Alcides Queiroz
Sep 24, 2018 ⋅ 10 min read

A beginner’s guide to redux-observable

Dev

Redux-Observable is a Redux middleware that allows you to filter and map actions using RxJS operators. RxJS operators like filter() […]

Val Karpov
Sep 15, 2018 ⋅ 4 min read
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