-
Notifications
You must be signed in to change notification settings - Fork 243
Support of absolute imports #203
Comments
I love the clean paths, but my concern is that it destroys IDE tooling. For example clickthrough, type inference systems, and code refactoring tools all depend on proper paths to be able to work correctly. Some of these tools are really powerful and helpful in my opinion. I used to use If you know of a solution which doesn't interrupt tooling I would be up for it. |
Just seen that the nide_modules approach could support this. Interesting... |
Yep, |
Isn't it better to let the developer choose how to manage aliases? Be careful to doesn't turn react-universally into a pseudo-strict framework where removing a little part breaks the rest. Update: |
I would leave this up to the developer. You can't (and shouldn't) tackle every problem. |
I am tending to agree with @code-punkt et al. on this. Going to close this for now. |
You are the boss. Keep up great work with this project) |
There are numerous approaches to get absolute paths and get rid of
../../../
hell.node_modules
subfolderI know that lots of people think the problem is not that important. I'm not one of them :)
There are some long discussions to dive deeper into the problem (like this one in
create-react-app
facebook/create-react-app#1065).I really like [and been using] the last approach — it's not that clean but it:
node_modules
.What do you think?
The text was updated successfully, but these errors were encountered: