Code References
The Code References area of the site is where I gather together code snippets that I’ve come across online that I thought were particularly interesting and want to remember (and possibly use) in the future. Many of them include an examination of the code to understand strengths (or weaknesses) and possible alternatives.
-
DOM Node Walker with Skip
Don’t pass state, pass a function that will change state.
-
Fluid grid columns with tailwind
Use arbitrary CSS Grid values with Tailwind to build a responsive grid layout without using breakpoints.