Hacker News new | ask | show | jobs
by coinspin 1819 days ago
Things have started stabilizing. React is a clear winner in the framework wars (but there are some promising new upstarts). I'd build a small app in React and go from there. Next.js is extremely easy to get started with out of the box.

Webpack is still a nightmare but things like snowpack et al try to remove some of that complexity.

1 comments

Yea react is lindy in terms of stability (for us). There's esbuild now which is high performant alternative to webpack babel snowpack rollup, try it out folks.