Tag: create-react-app

Maintain And Restore Scroll Position In React Mobile Apps

Maintain and restore scroll position in React mobile apps

Dev

Learn how to maintain React app scroll position when users close a full-page mobile menu to improve UX by implementing a custom Hook.

Coner Murphy
Jan 27, 2022 ⋅ 5 min read
Quill Logo Over a Typewriter

Build a WYSIWYG text editor using Quill

Dev

If you’re in search of a way to build a WYSIWYG editor, look no further than Quill. It’s easy to set up and incredibly flexible.

Madars Bišs
Sep 17, 2021 ⋅ 4 min read
Adding dynamic meta tags to a React app without SSR

Adding dynamic meta tags to a React app without SSR

Dev

Optimize your React app with dynamic meta tags in this detailed tutorial — no server-side rendering required!

Angelo Faella
Jul 20, 2021 ⋅ 7 min read
React Logo

Build a reusable React component to export arrays to Excel

Dev

Here, you can learn how to export an array of objects to an Excel file using a reusable React component.

Linda Ikechukwu
Feb 19, 2021 ⋅ 8 min read
tailwind css and cra

How to use Tailwind CSS in React to configure Create React App

Dev

We demonstrate how to get Tailwind CSS working inside a CRA-based React project without having to eject Create React App.

Anjolaoluwa Adebayo-Oyetoro
Jan 2, 2021 ⋅ 5 min read

Introduction to Blitz.js

Dev

Gone are the days when creating a new project meant simply using Rails. With Blitz, you can deploy your application as a single entity and add advanced technologies on your terms and at your own pace.

Nathan Sebhastian
May 14, 2020 ⋅ 4 min read

What’s new in Create React App 3

Dev

Released at the end of April 2019, Create React App (CRA) 3 adds linting rules to hooks and TypeScript projects, […]

Esteban Herrera
May 3, 2019 ⋅ 3 min read

What’s new in Create React App 2

Dev

Create React App 2.1, released at the end of October 2018, added official support for TypeScript. This, along with all […]

Esteban Herrera
Nov 20, 2018 ⋅ 6 min read