Coner Murphy 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.

Stories by Coner Murphy

Understanding Static HTML Export In Next.js

Understanding static HTML export in Next.js

Dev

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.

Coner Murphy
Mar 4, 2022 ⋅ 4 min read
Why Use Next.js With Apollo

Why use Next.js with Apollo

Dev

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

Coner Murphy
Feb 7, 2022 ⋅ 13 min read
Maintain And Restore Scroll Position In React Mobile Apps

Maintain and restore scroll position in React mobile apps

Dev

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

Coner Murphy
Jan 27, 2022 ⋅ 5 min read
An Advanced Guide To Setting Colors In CSS

An advanced guide to setting colors in CSS

Dev

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

Coner Murphy
Jan 18, 2022 ⋅ 8 min read
weakmap And weakset: Understanding JavaScript Weak References

WeakMap and WeakSet: Understanding JavaScript weak references

Dev

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

Coner Murphy
Dec 28, 2021 ⋅ 5 min read
Creating An Infinite CSS Background Image Loop

Creating an infinite CSS background image loop

Dev

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

Coner Murphy
Dec 10, 2021 ⋅ 5 min read
React Phone Number

react-phone-number-input: Detecting international location

Dev

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.

Coner Murphy
Oct 28, 2021 ⋅ 8 min read