Tag: react

React Hooks — let’s not get too attached

Dev

After the React team announced the proposal of a new feature called Hooks at React Conf 18, there was a […]

Adam Boro
Nov 14, 2018 ⋅ 3 min read

3 advantages of React functional components on an ecommerce site

Dev

If you’ve used React before, chances are that you’ve had to require some form of method for managing things. If […]

Sunil Sandhu
Nov 8, 2018 ⋅ 3 min read
Implicit State Sharing

Implicit state sharing: React’s context API & provide/inject in Vue

Dev

Imagine you are creating an accordion component that you want to distribute publicly through an npm package. You would like […]

Jonathan Harrell
Nov 5, 2018 ⋅ 3 min read
Full-Stack Observability

Full-stack observability: LogRocket, DataDog, Honeycomb

Dev

In this post, we will set up an observable system for a React/Redux app and a Node.js back end deployed […]

Praveen Durairaj
Oct 30, 2018 ⋅ 7 min read

How does front-end debt grow?

Dev

Some technical debt is unavoidable, but you can reduce it and make your applications more usable with these tips.

Shaun Stone
Oct 19, 2018 ⋅ 5 min read
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