Explore >> Select a destination


You are here

hackteam.io
| | www.boardinfinity.com
0.8 parsecs away

Travel
| | React Router DOM is a JavaScript library for routing in React. Learn the basics of React and how to use React Router DOM to build a dynamic user interface.
| | claritydev.net
2.1 parsecs away

Travel
| | This article shows how to implement a FormPrompt component that alerts users when they attempt to leave a page with unsaved changes. It discusses handling such scenarios using pure JavaScript with the beforeunload event, as well as React-specific solutions using the Prompt component in React Router v5 and the useBeforeUnload and unstable_useBlocker hooks in React Router v6.
| | omarelhawary.me
1.5 parsecs away

Travel
| | Next.js-inspired file-based routing for client-side React with React Router and Vite
| | blog.hmpl-lang.dev
15.4 parsecs away

Travel
| Often, when working on a project for a long time, you notice that the more functionality you add, the slower the web application becomes. Although, it would seem that there is no point in adding a table, a button, or something else that in some vacuum weighs quite a bit....