But, I don’t want to use webpack. At the moment, I just want to thinker around with 1.3, React Router and React. What would be the recommended way to structure my app?
Webpack is hipster tier. Really! Don’t use it unless you really really know what you’re doing.
I’m going to record a good tutorial on the ‘golden path’ for Meteor and React integration. With the help of this forum and various resources online I have cracked the puzzle.
Ooh I see you’re one of those hipsters that uses sass instead of scss…
But yeah I think SASS is winning against LESS these days, I think this year we’ll probably start recommending that over LESS. Bootstrap was probably the last straw for me.
Thanks for your tip. Look forward to your tutorial!
No, I said I don’t want to use webpack. Too much to take in at the moment. =)[quote=“skaxwng, post:1, topic:15828”]
But, I don’t want to use webpack
[/quote]
heloo, @sergiotapia what is archives folder…?? is that to store the depreciated code but maybe you need someday…?? if that so, how you manage to prevent meteor to load file inside archives folder…??
Hi @karina “archives” is just a bad translation of “archivos” to English. It’s just a simple view meant to draw a list of all the files the user has uploaded.
You should use version control for this! Create a branch with the old code for later. Alternatively, you can put it in the private directory of your app.
Also, in Meteor 1.3 files aren’t going to be loaded by default in the imports directory, so it will be possible to have unused files, although I wouldn’t recommend it.