5

Honestly, parcel is just magic in a box

Comments
  • 0
    Is it any good? Haven't done my research
  • 2
    @VikiMaster2 "configuration free" literally point to your index.html, and let it handle the rest. No need to npm install packages. No need to setup Babel for react or even typescript. Just reference a .ts or .jsx or .tsx file and it works.

    Same goes for css, scss, sass etc.

    Honestly, I love it. No learning curves, and no need to teach junior devs on how configuration works.
  • 1
    Oh God not another one
  • 0
    @d4ng3r0u5 honestly, grunt to gulp (no idea why), gulp to webpack (cuz better support by typescript and react), webpack to parcel (cuz fuck configuration).
Add Comment