/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

alexsidorenko.com
| | lucybain.com
9.2 parsecs away

Travel
| | React re-renders if shouldComponentUpdate returns true for any reason. How can we use this knowledge to help performance?
| | willhaley.com
16.8 parsecs away

Travel
| | Although D3.js is a powerful visualization tool, the goal of this guide is to display a map of the US using SVG and React without the need for D3. One of the most crucial aspects of this map is a complex JSON file that describes the shape of every state. Using existing source data from bl.ocks.org user Pasha as a template, I created my own states.json file which you are free to use as you like. This entire project is modeled on the demo from Pasha.
| | darios.blog
2.8 parsecs away

Travel
| | Decouple React components effectively by passing functions the right way, creating more testable and maintainable code.
| | www.rasikjain.com
19.2 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...