In a project I'm trying to do, I'm perplexed by the thought of what to utilize with typescript.
My project deals with Electron - so I would like a good and convenient experience for watching and debugging. Also I'm tending towards Angular 2 instead of using React as the combination of learning React(I'm new to) with stuff like JSPM was getting confusing.
Any leads..?
I've tried gulp and didn't like at all. Very confusing and things did not work well. I probably didn't use it right, but I couldn't find clear paths to do the stuff I wanted. Everything had a lot of possible ways to achieve, some worked, some did not.
Webpack was a breeze for me. The documentation was more clear and things worked well with less hassle. It also features webpack-devserver that have hot update capabilities.
I have a boilerplate react project if you wanna take a look:
VignesH KumaR
Senior FrontEnd Dev @ Freshworks Inc.,
I would support Webpack for this case. It is completely configuration driven. I personally started using it for my projects. Documentation looks clear. You will have a little learning curve to understand how things work.