This Week on SeeScottDev
VSCode, React, WordPress and Tailwind
This week (November 2nd - November 9th, 2024), I’ve had a ton of fun going over some of my favorite subjects. Here's a quick recap of the topics we explored:
Tailwind - Using Tailwind Merge
Learn how to combine Tailwind classes effectively using tailwind-merge to keep your code clean and prevent conflicting styles.
NOTE: Some people in the comments mentioned they thought tailwind-merge is just an extra, unnecessary library. I just wanted to call out that it’s removing duplicate classes of the same type and establishing class precedence, which has complexity to it.Next.js / React - Store State in URL with nuqs
Discover how to store state in the URL using nuqs, which makes it easier to share and keep track of user-specific page settings.
NOTE: nuqs is not for ALL forms. Don’t use nuqs on form states you don’t want indexed by search engines!Create a WordPress Plugin with wp-scripts and wp-env
A hands-on guide to quickly spin up a WordPress plugin using @wordpress/scripts and @wordpress/env packages for a streamlined local dev experience.VSCode Keyboard Shortcuts
Speed up your workflow with my favorite VSCode shortcuts—perfect for both beginners and experienced coders wanting to work more efficiently.Conditional Rendering in React
A look at different strategies for conditional rendering in React to manage UI logic cleanly and effectively.Using Fragments in React
Explore how React Fragments can simplify your component code and prevent extra wrapper divs.
Click through each topic to check out the full video! I'd love to hear your thoughts—which one of these topics has been the most helpful for you this week?

