/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.binovarghese.com
| | thoughtspile.github.io
3.6 parsecs away

Travel
| | [AI summary] This article explores technical workarounds to avoid typing 'ref.current' in React development by using alternative patterns like dereferencing constants, mutable objects within refs, custom hooks, and functional callbacks.
| | martijnhols.nl
3.4 parsecs away

Travel
| | In this gist I share a React hook to get an accurate document height that correctly accounts for the on-screen keyboard on iOS Safari.
| | scastiel.dev
3.3 parsecs away

Travel
| | React Hooks are trully awesome, but the more I play with them the more I discover tricks, and sometimes spend a lot of time figuring out why my code doesn't do what it is supposed to.
| | kewah.com
20.4 parsecs away

Travel
| The reasons I started to use react-testing-library for testing React components and why I like it.