x-team / x-map

MIT License
8 stars 3 forks source link

File structure optimization (/client) #186

Open bernardodiasc opened 8 years ago

bernardodiasc commented 8 years ago

There is better ways to arrange file systems in React applications. One good way is suggested by Ryan in this note https://gist.github.com/ryanflorence/daafb1e3cb8ad740b346. Together with this change, separate concerns of react components using container e stateless components.

Also, @diegodurli mentioned a slightly different file organisation from the suggestion above that looks even better. @diegodurli can you provide some details of what you have in mind?