/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

patrickthebold.github.io
| | codewithstyle.info
3.3 parsecs away

Travel
| | Hooks are a recent addition to React that enable more of your components to be written as functions by providing less complex alternatives to class fe
| | scastiel.dev
4.8 parsecs away

Travel
| | You can use everyday a library such as React, Redux or Redux-Saga. You can be perfectly efficient with it. You can be able to tell others why it is nice or not, and wether they should use it or not. But at the same time it's possible you consider it a bit magic.
| | changelog.com
3.7 parsecs away

Travel
| | I am a huge proponent of a couple of specific ideas. One is that you should always try to understand what problems a specific tool is trying to solve... And another is that you need to understand exactly what problems you are trying to solve in your own application right now, and pick the tools that solve your problem ...
| | timmousk.com
19.6 parsecs away

Travel
| How to get the current URL in React? Get the current URL with the window.location object or the useLocation hook.