Tag: react

Returning Null From setState In React 16

Returning null from setState in React 16

Dev

Overview React 16 lets you decide whether state gets updated via .setState to prevent unnecessary DOM updates. Calling .setState with null no […]

Abishek Jakhar
May 31, 2019 ⋅ 3 min read

How to migrate from HOCs to Hooks

Dev

The future is here, and you’re loving every single second of writing your React code with Hooks. You’re all like […]

Kristofer Selbekk
May 28, 2019 ⋅ 3 min read
Getting Started With Enzyme For React

Getting started with Enzyme for React

Dev

Testing is an important step in web application development, especially when it comes to apps made on top of component […]

Diogo Souza
May 24, 2019 ⋅ 7 min read

How to make a tic-tac-toe bot with WebAssembly for Go

Dev

A while back, I wrote an article about the basic setup for Go WebAssembly in a React app. We’ll be piggybacking […]

Chris Chuck
May 23, 2019 ⋅ 14 min read

How to build a custom GatsbyJS theme

Dev

A brief introduction to Gatsby Gatsby is a static site generator that is built with React.js, Webpack, and GraphQL. It is used for building very […]

Obinna Ekwuno
May 21, 2019 ⋅ 7 min read
Truly Reactive Programming With Svelte 3.0

Truly reactive programming with Svelte 3.0

Dev

That title is a bit dramatic, but then again, so is Svelte and the idea behind it. If you don’t […]

Ovie Okeh
May 21, 2019 ⋅ 8 min read
How To Convert Your Existing Redux Containers To Hooks

How to convert your existing Redux containers to Hooks

Dev

Learn how to free your components from the hassle of connected HOCs.

Zain Sajjad
May 5, 2019 ⋅ 5 min read
The State of React Native for Web

The state of React Native for Web

Dev

React Native for Web is one of the most amazing ideas I’ve stumbled upon in a while. For UI developers, […]

Javier Marquez
Apr 10, 2019 ⋅ 7 min read
An Intro To Zero Server

An intro to Zero Server, a new tool to simplify web development

Dev

Zero Server is an application bundler made to simplify web development. It takes away the hassle of package management and […]

Ogundipe Samuel
Apr 3, 2019 ⋅ 6 min read

Making the business case for React in 2019

Dev

React is the world’s most popular JavaScript framework. Of course, the only way to gauge actual usage of an open […]

Oliver Williams
Apr 2, 2019 ⋅ 2 min read

How to create animated React components with Kendo UI

Dev

Animations are a major part of modern-day web development components. They add an aesthetic and visual appeal to how web […]

Peter Ekene Eze
Mar 28, 2019 ⋅ 7 min read

Refactoring legacy code with Jest snapshots

Dev

Snapshot testing is immensely popular for testing React apps or other component-based UIs. However, it’s not exactly drama-free — many people looooove […]

Benjamin Johnson
Mar 26, 2019 ⋅ 6 min read