christianalfoni / webpack-express-boilerplate

A boilerplate for running a Webpack workflow in Node express
MIT License
1.39k stars 291 forks source link

Differences from vesparny/react-kickstart #12

Open Dindaleon opened 9 years ago

Dindaleon commented 9 years ago

Hello Christian,

I would like to know what are the main differences between vesparny's starter pack and yours. Besides the extra packages he is using; like react-router, normalize.css, fastclick, history, and others dev packages, I would like to know if yours has better performance over his or it is just a slim down version.

I will use react-router, so I dont know if going with your pack and implement react-router and other packages, or just start with vesparny's version.

Can you please give me some advice? Thank you.

jabhishek commented 9 years ago

Hi Dindaleon,

I guess this repo is not actively maintained anymore. I also raised an issue about unit tests but haven't received any response yet.

I haven't used vesparny's starter pack before, but based on this repo, I have created my own starter pack that also uses react-router and I have added some unit tests too. You can have a look at it here. It is pretty basic but you can have a look and compare it with vesparny's version to see any differences.

christianalfoni commented 9 years ago

Hi guys!

Sorry for late feedback, not gotten to my mails for two weeks now :-)

This boilerplate had a scope with a different implementation earlier. It is linked to in an article and I wanted to keep people moving forward coming from that article. So I decided to use the stuff from vesparnys repo with the scope of this original repo. There is a bit too much going on there for my taste :-)

There are no performance differences etc., just less opinionated.