I love Next.js, and I feel as if the examples in their Git repo, while good, could use more explanation, and even more examples. So I'm considering throwing together a quick website that will have gradually more and more small examples of how to do XYZ with Next.js.
Each would have a link to a GitHub repo, a brief breakdown of the important concepts, and a working demo.
I'd build off some of the demos from the actual Next.js and give them more explanation, then add other things, like how to build various SaaS features or implement programming concepts with Next.js. Each example would be very focused on one thing.
Thoughts on this? Any feedback is appreciated.
We've been thinking about something like this, but directly in the documentation. Right now, the "examples" folder is more focused on showing integrations with third-parties, instead of examples of specific Next.js features (or React). For example...
And so on. This would be a really amazing contribution to the docs if you're interested in helping out! Feel free to DM me or email ([email protected]).
Yes! I would much rather see this in the Next repo than a 3rd party.
Haha I replied your Reddit reply first @leerob. I’ll definitely reach out!
I think that would be super helpful! You might chat with @leerob!
Just post it immediately 😀😀
I’d be interested. I’m currently using Gatsby but heard a lot of good things about Next and would like to check it out.
Gatsby is great too! But it's only for purely static sites. So it's great to know Next for when you need to connect to real data or do anything more elaborate.
Good idea ! The examples in next.js repo are very good but a repo with differents features used in SaaS website will be very usefull ( auth , stripe subscription integration , cypress , jest , etc ) .
Yeah I'd find this very useful!