Hacker News new | ask | show | jobs
by nkkollaw 2868 days ago
I don't know. Creating the HTML file, finding a CDN, and adding script tags take more than:

npx create-react-app MyApp

There is nothing to install, and you have a complete playground to experiment.

2 comments

https://flems.io/mithril

That link preloads mithril in a web playground and you're ready to go in a couple of seconds. You can even download and continue development locally should the need arise - without the gorilla and the jungle hiding behind it.

The biggest problem I find with that is if the template/tool gets some deprecated/critically flawed dependencies, for tweaking it can be ignored but not for production or critical systems.

Also taking the time to set up your project with what's just needed will allow to dodge a lot of bullets of breaking or useless dependencies, malicious dependency update tc.