TheLarkInn / bundler-performance-benchmark

This is a super tiny example of a transparent comparison between parcel and webpack and anyone else who wants to be involved.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add real-world apps instead of tiny benchmark

TheLarkInn opened this issue · comments

X nominated: https://github.com/opencollective/frontend

I think this is a great one.

@TheLarkInn how about any/all of the frontends on https://realworld.io?

Do you have any that don't use create-react-app?

I think this repo can be another one.

https://github.com/rwieruch/favesound-redux

Hey @emaren84 thank you very much! I will take a look and see if I can add this tonight while I stream. ❤️

commented

Would be happy to help !

I can make a PR for https://github.com/filipesilva/webpack-module-concatenation-memory. I used this repo for webpack/webpack#5992 and it feels pretty big.

I think that would be really great @filipesilva thank you so much.

Is anyone interested in submitting a PR for this?

@TheLarkInn are you just interested in it being built, or should examples truly run as an app? The example I gave is something I use to benchmark builds but it doesn't really run as an app per se because I had to strip down the webpack config (taking it out of Angular CLI).

If you're fine with an example that just builds I can set it up.

How about TODOMVC? Should be complicated enough.

I think that's perfect