Tag: react

Taming the front-end monolith

Dev

While larger back-end systems are usually split up in terms of responsibilities into what we call (micro)services, the client(s) consuming […]

Florian Rappl
Feb 25, 2019 ⋅ 8 min read

How TypeScript breaks referential transparency

Dev

Have you ever factored out a constant in TypeScript, only to have the type checker start reporting some mysterious errors? […]

Dan Vanderkam
Jan 23, 2019 ⋅ 5 min read

When (and when not) to use Redux

Dev

Managing state when building complex tasks was quite a pain in the neck until Redux came along. Inspired by Flux […]

Christian Nwamba
Jan 19, 2019 ⋅ 5 min read

A comprehensive look back at front end in 2018

Dev

Grab a coffee, settle in, and read slow. Our review doesn’t miss much.

Kaelan Cooter
Dec 28, 2018 ⋅ 11 min read
The Toxicity Of The MVP

The toxicity of the MVP

Dev

How to make an MVP that doesn’t suck In 2014, I began my first internship. It was my first time […]

Tyler Nickerson
Dec 18, 2018 ⋅ 8 min read

5 key Redux libraries to improve code reuse

Dev

Redux is a very popular state container used in so many modern frontend JavaScript applications. It is framework agnostic and […]

Glad Chinda
Dec 13, 2018 ⋅ 14 min read

The question of “why?” in single-page application frameworks

Dev

The phrase “single-page application” has come, over the years, to mean both a particular type of website and a web […]

Jason Hoffman
Nov 16, 2018 ⋅ 6 min read

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