-
Notifications
You must be signed in to change notification settings - Fork 243
Rename 'shared' folder to 'src' folder #521
Comments
I'm voting for import config from 'config';
import Component from 'app/components/Component'; Which looks really nice
This is an issue of |
@SleepWalker I'm open to To be clear, the matter isn't about |
From my
|
The base is my typescript Fork, but should be like 99% of the work if someone wants to copy it: |
Hi folks! I was wondering if in the
next
release, we should renameshared
folder tosrc
folder. Mostly because it increasingly seems to be the convention (create-react-app
popularizes it), and lot of other tools seem to be trying to work out of the box with that convention.For example, I was trying to integrate
catalog
as a living style guide for my project and ran into issues. And as per one of the members of thecatalog
project, they try to work out of the box for projects where components live insrc
. This is also true for others likereact-styleguidist
.Has this been discussed already before? Thoughts?
The text was updated successfully, but these errors were encountered: