/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.todepond.com
| | its.mw
7.2 parsecs away

Travel
| | This time around I spice up the display of code blocks and add an extravagant copy pasta button.
| | www.binovarghese.com
7.5 parsecs away

Travel
| | useRef is a powerful React Hook that allows you to create and manage mutable references that persist between renders, Unlike state, changing the value of a useRef object does not trigger a re-render...
| | aaronluna.dev
8.1 parsecs away

Travel
| | Hugo includes a built-in syntax-highlighter called Chroma. Chroma is extremely fast since it is written in pure Go (like Hugo) and supports every language I can think of. Chroma's speed is especially important since syntax highlighters are notorious for causing slow page loads. However, it lacks one vital feature - an easy way to copy a code block to the clipboard. I decided to document my implementation using only vanilla JS since every blog post I found for this issue relied on jquery to parse the DOM,...
| | www.boardinfinity.com
21.5 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.