Re-implementing the entire JS toolchain for a modern SPA is a HUGE task, just checkout CRA dependencies : https://github.com/facebook/create-react-app/blob/master/pac...
Rome: An experimental JavaScript toolchain
41–50 of 96 posts
Re: Rome: An experimental JavaScript toolchain
#42Re: Rome: An experimental JavaScript toolchain
#43Maybe this is intuitive to JS devs, but what are the advantages of "zero third-party dependencies" and "being a comprehensive tool for the processing of anything JS related" or any of the other selling points of Rome? It seems like an impressive project, but it's not obvious to me what its actual benefits are.
Have you used npm before? It's a complete mess.
Re: Rome: An experimental JavaScript toolchain
#44Re: Rome: An experimental JavaScript toolchain
#45Re: Rome: An experimental JavaScript toolchain
#46I have been following the progress of this project on Twitter for months. However I'm very skeptical to see this project used in a production app. Re-implementing the entire JS toolchain for a modern SPA is a HUGE task, just checkout CRA dependencies : https://github.com/facebook/create-react-app/blob/master/pac...
(This is not a statement either pro or against FB, just a neutral one :)
Re: Rome: An experimental JavaScript toolchain
#47Earlier quoted context omitted.
typescript is just a language, how is that a dependency? by that logic, nothing is dependency free.
But the end users can't run the typescript, whereas they can run javascript directly. So, an external tool is required by the developer. A similar comparison would be shipping a program to end users, saying that 'no dependencies required', but instead of giving them a binary to run, you hand them a c++ file. I think everyone would agree that a C++ compiler is clearly a required dependency in that case.
Re: Rome: An experimental JavaScript toolchain
#48> Then, navigate into it and build rome:
> cd rome; ./scripts/build-release dist
Be aware that this command might take a long time to complete. After all, Rome wasn't built in a day.
Re: Rome: An experimental JavaScript toolchain
#49This is a really exciting idea to me, but this website is pretty anemic (guessing it's a work in progress?). Kinda surprising to me, given the 7K stars on github. Maybe it should be submitted when it's a little more filled in?
Re: Rome: An experimental JavaScript toolchain
#50If this replaces Webpack, can someone please list a combination of popular plugins that this compares to. (Or even a few lists - would it replace Grunt + something?)
If not, can you tell me what other software this compares to, so that I can better understand it?
I am sure that I am not the only one who has some familiarity, but doesn't live in the system. Having a point of comparison would be extremely helpful.