/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

devremote.io
| | bitsofco.de
1.9 parsecs away

Travel
| | Articles on frontend development and more.
| | www.rasikjain.com
1.0 parsecs away

Travel
| | Introduction: React, being a popular JavaScript library for building user interfaces, provides various tools and features to handle state management. One such feature is useContext, which allows developers to share state across different components without prop drilling. In this blog post, we will explore the useContext feature in React and demonstrate its usage with a TypeScript example. Understanding useContext: The useContext hook is part of the React library and allows components to consume values fr...
| | hackteam.io
2.0 parsecs away

Travel
| | React Router is still the most popular routing library for React. In this blog post, we will explore the basics of React Router 6, including how to bootstrap React Router 6, create layouts and pass arguments to routes.
| | hackteam.io
13.6 parsecs away

Travel
| This blog post will show you how to create a new single-page React application from scratch with Webpack and Babel, giving you a strong foundation for any project you may undertake before using a framework like Next.js or Remix.