Introduction - DPS909

Hey fellow readers,
    My name is Pranoy Santosh.  I was recommended to take this course by an acquaintance who took this course previously, and was informed that it provides a lot of information and insight on how to contribute to projects and the tech communities on the internet.

    Today i would like to share with you an open-source framework known as Vue.js.  This is a progressive javascript framework mainly used in single page applications. 

The project can be found at : https://github.com/vuejs/vue

It provides tools for building user interfaces, and is very adoptable.  Depending on the use case requirement for the user its got very easy to use core library including another ecosystem of libraries to create these single pages applications.  The readability is also better in Vue.js.  It sort of implements the idea of Object Oriented Programming which is more familiar and easy to use.  Some more famous frameworks that Vue.js replaces are Angular.js and REACT.

Comments

Popular posts from this blog

Assignment 1 - DPS909

Release 0.2 - Bug fix

ECMA Script Testing