Category: Tutorials
-
Next.js vs. React Router(Remix): Setting Up the Project – Part 1
Project Setup I started by creating a root directory named tartarus-insight-rebuild. Inside it, I created two subdirectories—one for each framework. The directory for Next.js is named nextjs, and the directory for React Router is named react-router. Inside the nextjs directory, I ran: The . (dot) ensures that the project is created in the current directory….
-
Next.js vs. Remix: Rebuilding Tartarus Insight from Scratch
Oops! Since writing this, I found out that Remix and React Router have merged—so technically, there’s no “Remix” anymore. I’ll still be rebuilding Tartarus Insight, but now the comparison will be between Next.js and React Router. I had an idea to create an AI bot that gives helpful, actionable advice to entrepreneurs and solopreneurs. But…