Enough JavaScript to get you Started : #2 Evolution of JS

whoadarshpandya

Adarsh Pandya

Posted on January 7, 2021

Enough JavaScript to get you Started : #2 Evolution of JS

Evolution :

This particular blog/article explains evolution of JavaScript as a language according to my personal opinions. According to my point of view in my starting days there's only one library used by developers namely jQuery.
but now the game is changed there are 100s of frameworks and libraries available by open source JS community.

1_EC0bLuO6_TyQtbXX-F9gwQ.png

Thoughts :

  • Release of Node Changed the game : in 2009 , a software developer named ryan dahl released a runtime known as NODE .

Node is nothing but a runtime for JavaScript , many people confuses it with a new library or framework of JavaScript. but the right way to define node is a snapshot of v8 compiler which can work outside browser written in low level languages such as c/c++


How Node changed game ?

Node provided a runtime which can run JS outside browser which gave a Huge push to JS community

along with Node there came a package manager known as NPM or Node Package Manager . npm made thousands of packages available to developer with ES2015 features.

Which resulted in JS becoming the largest one of the largest community in dev world.


With Node Devs can :

πŸ‘‰ Write JS outside browser

πŸ‘‰ Write backend in JS

πŸ‘‰ Install and develop different packages

πŸ‘‰ Publish Packages globally

πŸ‘‰ Write Desktop/ mobile apps with JS

πŸ‘‰ Use JS anywhere and everywhere


Rise of Frameworks

This Also gave push to developing robust single page applications by developing component based libraries like React , Vue and Angular

front.webp

On top of that backend was also improving Node supported Writing APIs with Express , Koa and Sails

back.jpg

JS Ecosystem gave power to most influential devs to write piece of code by becoming one of the thriving dev community

Let me know in comment section if you have any doubt or feedback. it's always worth to give time to thriving developer community :)

Keep Coding ❀

Hey , Let' ConnectπŸ‘‹

Twitter /
Github

πŸ’– πŸ’ͺ πŸ™… 🚩
whoadarshpandya
Adarsh Pandya

Posted on January 7, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Day 25 check-in β€” 100 Days of Code
100daysofcode Day 25 check-in β€” 100 Days of Code

February 6, 2022

Get Foods {Day - 16}
100daysofcode Get Foods {Day - 16}

August 29, 2021

Day 3 - 100daysofcode JS begins
100daysofcode Day 3 - 100daysofcode JS begins

April 18, 2021