Tag: react

Build An Instagram-Like Infinite Scrolling Feed With React Query

Build an Instagram-like infinite scrolling feed with React Query

Dev

Learn how to build an Instagram-like infinite scrolling feed in a React application with React Query’s useInifiniteQuery() Hook.

Nitin Ranganath
Sep 10, 2021 ⋅ 6 min read
React Logo Over Tokens

Persistent login in React using refresh token rotation

Dev

In this tutorial, you can learn how to use refresh tokens in React to facilitate infinitely long login sessions.

Mucahit Gurbuz
Sep 8, 2021 ⋅ 5 min read
Draggable Components React Draggable

Create draggable components with React-Draggable

Dev

Use the React-Draggable library to add movement to components in your application, benefitting the visual interest and organization of your UI.

Kasra Khosravi
Sep 6, 2021 ⋅ 7 min read
React Navigator vs. React Native Navigation Feature Image

React Navigation vs. React Native Navigation: Which is right for you?

Dev

React Navigation vs. React Native Navigation? We weigh the critical aspects of selecting the right navigation library for your app.

Zain Sajjad
Sep 1, 2021 ⋅ 6 min read

A deep dive into Lefthook for React and React Native

Dev

Advance beyond Husky with this deep dive into Lefthook, a Git Hooks manager with parallelization and support for custom runners.

Zain Sajjad
Sep 1, 2021 ⋅ 5 min read
Create a search bar in React from scratch

Create a search bar in React from scratch

Dev

Learn how to build, style, and customize a React search bar component built from scratch with this in-depth, step-by-step tutorial.

Georgey V B
Aug 31, 2021 ⋅ 4 min read
Improve Async Network State Handling With Custom React Hooks

Improve async network state handling with custom React Hooks

Dev

Follow this guide to see the various states in which network requests exist and how to keep request management within custom React Hooks.

Caleb Mathew
Aug 26, 2021 ⋅ 6 min read

How to use React with Ruby on Rails

Dev

Build complex UIs with this tutorial outlining multiple ways to use and install React in a Ruby on Rails project.

Edmund Ekott
Aug 23, 2021 ⋅ 4 min read
vanilla-extract tutorial: Create zero-runtime stylesheets in TypeScript

vanilla-extract tutorial: Create zero-runtime style sheets in TypeScript

Dev

vanilla-extract helps you create zero-runtime style sheets in TypeScript. Learn how by building and theming a demo app with React and webpack.

Julio Sampaio
Aug 18, 2021 ⋅ 8 min read

How to send emails from a React app with Netlify Functions

Dev

Automatically send emails to users of your React app without setting up a server by using Netlify Functions.

Joseph Mawa
Aug 17, 2021 ⋅ 8 min read
Pagination Component React Tailwind

Pagination components with React and Tailwind CSS

Dev

Use React and Tailwind CSS to create two different types of pagination components that use navigation buttons and a numbered list.

Kasra Khosravi
Aug 16, 2021 ⋅ 5 min read

The best webpack configurations for React applications

Dev

If you’ve struggled to configure webpack for your React app, look no further. We cover both generic and specific config needs.

Adewale Abati
Aug 15, 2021 ⋅ 12 min read