Blog
I just started writing online this year. Web development, tech careers and the future of software development are what interest me as a writer. In total, I've written 2 articles on this blog. Use the search below to filter by title.
All Posts
Detect A Click Outside An Element Using React Hooks
Learn how to write a react hook that detects clicks outside of the component that it is called in. This is useful for modals, drawers and menus.
Generate React Component Folders Using Yeoman and NPM
Write and publish your own NPM package for generating React components on the command line using Yeoman.