State of the Art JavaScript in 2016
medium.com
State of the Art JavaScript in 2016
1–10 of 306 posts
Re: State of the Art JavaScript in 2016
#2Re: State of the Art JavaScript in 2016
#3I find lots of modules that won't build with Webpack and a very solid chunk of my available development time is spent trying to diagnose and fix problems caused by modules that won't build under Webpack. I recommend against it.
Re: State of the Art JavaScript in 2016
#4I find lots of modules that won't build with Webpack and a very solid chunk of my available development time is spent trying to diagnose and fix problems caused by modules that won't build under Webpack. I recommend against it.
can you give some examples, this article made me consider if I should rewrite my pretty developed gulp setup as webpack
Re: State of the Art JavaScript in 2016
#5Re: State of the Art JavaScript in 2016
#6I find lots of modules that won't build with Webpack and a very solid chunk of my available development time is spent trying to diagnose and fix problems caused by modules that won't build under Webpack. I recommend against it.
Re: State of the Art JavaScript in 2016
#7Re: State of the Art JavaScript in 2016
#8Static types allow for much, much better tooling, particularly autocomplete and the ability to check whether your code is valid on some basic levels. I consider avoiding it to be a big waste of time. I've had a good experience getting the definitions files going for the libraries I use.
I also disagree with the statement that TypeScript is making JavaScript "like C# or Java". TypeScript lets you opt out of type checking all you want with minimal difficulty. It also will by default always emit JavaScript even if it detects type errors.
Re: State of the Art JavaScript in 2016
#9I find lots of modules that won't build with Webpack and a very solid chunk of my available development time is spent trying to diagnose and fix problems caused by modules that won't build under Webpack. I recommend against it.
Re: State of the Art JavaScript in 2016
#10I find lots of modules that won't build with Webpack and a very solid chunk of my available development time is spent trying to diagnose and fix problems caused by modules that won't build under Webpack. I recommend against it.
I've never run across this, or indeed, heard of anyone have experienced this before. More details? I'm honestly curious.
http://andrewhfarmer.com/aws-sdk-with-webpack/
Search google for webpack incompatible