nextjs-fullstack-app-template
nextjs-fullstack-app-template copied to clipboard
A fullstack template for a NextJs App
Results
2
nextjs-fullstack-app-template issues
Sort by
recently updated
recently updated
newest added
You'll get an error in the console when you use the code as is on NextJS 13 that tags are no longer supported. Removing them and moving the styles out...
The children parameter gave an error in PrimaryLayout.tsx using React 18. Apparently, this is because they removed the implicit children in the React.FunctionComponent type. I got it to work by...