Neesh's Notes

Next.js, Web Dev

How I Setup a New Next.js Project from Scratch

Next.js is a very solid fullstack framework to build on the web. However, you are left with a few choices to choose between for styling, content management, etc. There's also some boilerplate that we can remove as well as add to bring up the Here's how I get started.

React, Web Dev

Conditionally Wrap Elements in React

I've come across this problem a couple times now. As always I just used a hacky solution as a one-off until it became a two-off and a three-off so then I decided to find out if there's a better way.