Coner Murphy

  https://conermurphy.com/ Web developer, content creator, and tech entrepreneur building phytype.com. I post about web dev, tech entrepreneurship, and financial freedom on my Twitter and blog.

         



7 Stories by Coner Murphy

Understanding static HTML export in Next.js

Learn why you should use HTML static exporting from a Next.js application, HTML static export use cases, and how you can do it yourself.
0 4 min read

Why use Next.js with Apollo

Spend less time worrying about implementing data fetching logic and focus on building your app by using the Apollo Client with Next.js.
2 13 min read

Maintain and restore scroll position in React mobile apps

Learn how to maintain React app scroll position when users close a full-page mobile menu to improve UX by implementing a custom Hook.
0 5 min read

An advanced guide to setting colors in CSS

Learn the common and advanced techniques to apply colors with CSS to your projects including HEX, RBG, HSL, HWB, LAB, and LCH.
2 8 min read

WeakMap and WeakSet: Understanding JavaScript weak references

Learn about weak references in JavaScript and how we can use them by utilizing the WeakMap and WeakSet objects.
0 5 min read

Creating an infinite CSS background image loop

Learn two ways of creating an infinite background image loop scrolling effect with some basic HTML markup and CSS.
0 5 min read

react-phone-number-input: Detecting international location

Build a phone number form input field in React that automatically recognizes the unique country code and formats it according to that country's standard....
3 8 min read