Tag: react

Grommet Logo

What’s new in Grommet v2

Dev

After a successful first version of Grommet, v2 has been released with a host of new changes. Learn exactly what Grommet v2 brings here.

Kapeel Kokane
Apr 12, 2021 ⋅ 7 min read
React Logo Over a Sandy Background

Using React Hooks to create sticky headers

Dev

Having trouble implementing a sticky header on a table? Take a look at how to build a sticky header using React Hooks.

Fortune Ikechi
Apr 5, 2021 ⋅ 5 min read
Fuse-js-dynamic-search-react-app

Using Fuse.js to add dynamic search to a React app

Dev

When you don’t need a full-fledged Elasticsearch instance, Fuse.js provides a straightforward search solution that’s easy to integrate with React.

Danny Guo
Apr 5, 2021 ⋅ 4 min read
Using Font Awesome 5 React

Using Font Awesome 5 with React

Dev

Font Awesome is a great add-on for showing icons on social media platforms that you can easily install into your React project.

Andrew Evans
Apr 2, 2021 ⋅ 6 min read
React Logo

How to create a split pane component in React

Dev

Split panes are a constant part of a developer’s life. Here, you can learn how to create a split pane component in React from scratch.

Julio Sampaio
Mar 30, 2021 ⋅ 5 min read
Relay Logo

What’s new in Relay v11

Dev

Learn what’s new in the latest version of Relay right here, where we explore v11 and how to create reliable React and GraphQL applications.

Leonardo Maldonado
Mar 25, 2021 ⋅ 5 min read
Valtio

Simplify proxy state with Valtio

Dev

Valtio is simple, powerful, and combines the power of proxies in React and JavaScript, making state data easy to be used and changed.

Leonardo Maldonado
Mar 24, 2021 ⋅ 5 min read
Modern Guide React Prop Types

The modern guide to React prop types

Dev

Type checking in React through the prop-type package ensures that you know what each variable stores even without documentation.

Andrew Evans
Mar 23, 2021 ⋅ 4 min read
Generating and Integrating OpenAPI Services in a React App

Generating and integrating OpenAPI services in a React app

Dev

We look at how to integrate an OpenAPI-generated service from the server, then use this generated service across a React TypeScript app.

Olasunkanmi John Ajiboye
Mar 23, 2021 ⋅ 8 min read
JavaScript Errors React Error Boundaries

Handling JavaScript errors in React with error boundaries

Dev

Using error boundaries in React components has benefits like automatic error handling, but has limitations for event handlers, asynchronous code, and server-side rendering.

Adebiyi Adedotun
Mar 22, 2021 ⋅ 5 min read
Code Splitting React Overview

Code splitting in React: An overview

Dev

React eliminates a lot of manual work from the code splitting process, thereby allowing developers to focus on creating robust programs.

Jessica S. Reuter Castrogiovanni
Mar 18, 2021 ⋅ 4 min read
React Router With Redux

React Router with Redux: Understanding navigation state

Dev

Use React Router to declaratively navigate within your React and Redux applications and maintain state across your app’s navigation switches.

Ohans Emmanuel
Mar 17, 2021 ⋅ 12 min read