/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.frontendundefined.com
| | cronokirby.com
1.8 parsecs away

Travel
| | - Read more: https://cronokirby.com/posts/2020/01/react-pitfalls-usestate/
| | kentcdodds.com
1.3 parsecs away

Travel
| | How React is all you need to manage your application state
| | hackteam.io
1.7 parsecs away

Travel
| | The simplest way to set up a React TypeScript project from scratch is by using Next.js. In this blog post we will explore how to use Next.js for your next project and how you have to write zero configuration to use it with TypeScript.
| | www.rasikjain.com
16.7 parsecs away

Travel
| Introduction: As a React developer, you?re likely familiar with the useEffect hook. It?s a powerful tool that allows you to manage side effects in functional components. While its primary role is to handle tasks like data fetching, DOM manipulation, and subscriptions, useEffect can also be a game-changer when it comes to optimizing your application?s performance. In this blog post, we?ll explore some of the best use cases of useEffect in improving performance, complete with sample code to help you get st...