-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Awesome repo @christopherdodd!
One of the biggest concerns I have with the official React-Next-Koa tutorial is that it's really cumbersome, and relies on a difficult-to-grasp custom Next.js server with some Koa parts attached to it.
If you consider the earlier version of that tutorial - that only used Node and Express - it's much, much simpler. However, it also doesn't touch on some more interesting topics that the later tutorial does (like billing and a proper JS front-end framework).
I'm going to give your scaffolding a go and attempt to construct the same structure as the newer tutorial using this nice framework. I think the separation of concerns you have here makes more sense than what the official tutorial suggests.
Billing might be a hassle, but it's going to be fun to play with:) Follow my fork for updates.