reduxjs / redux

A JS library for predictable global state management
https://redux.js.org
MIT License
60.51k stars 15.26k forks source link

Small inconsistant in the docs: src/app/ or app/? #4656

Closed luclu7 closed 4 months ago

luclu7 commented 4 months ago

Hi,

What docs page needs to be fixed?

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 4 months ago

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 4 months ago

Thanks!