Small inconsistant in the docs: src/app/ or app/?
luclu7 opened this issue · 2 comments
luclu7 commented
Hi,
What docs page needs to be fixed?
- Section: Using Redux/Setup and Organization
- Page: Setup with Next.js
Line 210 in 1ea45b9
What is the problem?
The page states that both /app and src/app work, but almost everything in the page uses /app, except that line. Is it just a small typo/inconstancy?
Thanks!
markerikson commented
Just a typo. That said, yeah, the Next CLI lets you either have all the folders like app
and lib
exist at the top level of the repo, or nested inside of src
.
luclu7 commented
Thanks!