Tag: react

The Future Of React

The future of React, unfolding with Suspense

Dev

Stay ahead of the curve with a look at two forthcoming React features: data fetching with Suspense and react-cache.

Lusan Das
Jun 11, 2019 ⋅ 4 min read
Vue Tips For React Developers

5 Vue tips for React developers

Dev

We used React and Vue to write the same application. Compare the code for each side by side.

Ryan Harris
Jun 11, 2019 ⋅ 7 min read
React 16.8 With Stable Support For Hooks

Introducing React 16.8, featuring official support for Hooks

Dev

React now has more than 100 releases, and v16.8.0 officially introduces stable support for Hooks.

Nwose Lotanna
Jun 6, 2019 ⋅ 4 min read

What to expect in React v17

Dev

React Fiber (React v16) is awesome and has taken some significant steps towards improving the developer experience as well as […]

Austin Roy Omondi
Jun 3, 2019 ⋅ 4 min read
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