ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.7k stars 244 forks source link

Discussion: using Fusebox instead of Webpack #466

Closed enten closed 7 years ago

enten commented 7 years ago

Fusebox (repo) is a blazing fast js bundler/loader with a comprehensive API.

In my opinion: it can be a great alternative to Webpack.

But I have no usage experience with it. May its API be more suitable to write an universal toolchain? We need to bench it.

Does anyone have an usage experience with Fusebox?

mfrohberg commented 7 years ago

I have been working with FuseBox for the last few months on a pretty decent sized universal React/Redux application. I think it is an incredible tool. I found myself trying to incorporate many of the concepts from this project. Ultimately I decided today to go back with webpack because of its ubiquity and the fact that fuse-box shines best with typescript.