No post body was provided.
Ask HN: What are the most interesting things happening right now in JavaScript?
1–7 of 7 posts
Re: Ask HN: What are the most interesting things happening right now in JavaScript?
#2Watching how the language grows can be very interesting. I highly recommend taking a look at TC39 proposals and the process.
For example, SmooshGate: https://developers.google.com/web/updates/2018/03/smooshgate
For something more recent and ongoing, private class fields: https://github.com/tc39/proposal-class-fields
Re: Ask HN: What are the most interesting things happening right now in JavaScript?
#3As an experiment I created a framework called JEEP. You might find it interesting. https://github.com/vinayms2017/JEEP2018
Re: Ask HN: What are the most interesting things happening right now in JavaScript?
#4The fact that the language and ecosystem are maturing. It's less about the new shiny thing and more about incremental improvements on proven libraries/paradigms.
Re: Ask HN: What are the most interesting things happening right now in JavaScript?
#5TypeScript and WebAssembly.
Re: Ask HN: What are the most interesting things happening right now in JavaScript?
#6NodeJS v11.6 was only released about 2 weeks ago
Re: Ask HN: What are the most interesting things happening right now in JavaScript?
#7Our roundup of 2018 might help get some context for this: https://javascriptweekly.com/issues/417