I’m currently organizing a roadmap for improving my full-stack skills. I work in JS with Node and React. Does anyone have any opinion on whether I should spend time learning Deno and Typescript instead of digging deeper into what I already know? I find it hard to tell if Deno will start showing up in job descriptions in a few years, or if Node is so entrenched that it would only distract me from building on my curren…
JavaScript Rising Stars 2020
21–30 of 70 posts
Re: JavaScript Rising Stars 2020
#22Re: JavaScript Rising Stars 2020
#23Surprising not to see EmberJS listed in the front end frameworks. Did it not make top 20 or was it an oversight?
>Have curious conversation
Re: JavaScript Rising Stars 2020
#24Using a metric like "number of new stars" just exacerbates that problem. It neither tells you about libraries are undiscovered gems, or libraries which are proven, stable and reliable.
It's simply a measure of which libraries are well into their hype curve.
Re: JavaScript Rising Stars 2020
#25I’m currently organizing a roadmap for improving my full-stack skills. I work in JS with Node and React. Does anyone have any opinion on whether I should spend time learning Deno and Typescript instead of digging deeper into what I already know? I find it hard to tell if Deno will start showing up in job descriptions in a few years, or if Node is so entrenched that it would only distract me from building on my curren…
Master typescript and you will be rewarded greatly! It is a fantastic tool with a very high level of adoption already. It makes React significantly easier to write and refactor. You won’t ever go back to plain .js! Deno is not relevant enough, I would wager 99.99% of the existing projects you might find yourself working on in the next few years will be using node somewhere in the stack. It shouldn’t be hard to pick u…
Re: JavaScript Rising Stars 2020
#26Re: JavaScript Rising Stars 2020
#27Re: JavaScript Rising Stars 2020
#28Re: JavaScript Rising Stars 2020
#29https://2020.stateofjs.com/en-US/ is a bit more useful.
Re: JavaScript Rising Stars 2020
#30I come from a JVM/Python background, so not familiar with JS ecosystem at all. How do people decide what to use when there are 5 most popular libraries/frameworks in each category. Not saying the diversity is a bad thing. Just wondering how people make these choices when starting a new project.