diff --git a/content/roadmaps/114-software-architect/content/111-web-and-mobile/101-react-vue-angular.md b/content/roadmaps/114-software-architect/content/111-web-and-mobile/101-react-vue-angular.md index bebce6848..d19c6ab6e 100644 --- a/content/roadmaps/114-software-architect/content/111-web-and-mobile/101-react-vue-angular.md +++ b/content/roadmaps/114-software-architect/content/111-web-and-mobile/101-react-vue-angular.md @@ -1 +1,49 @@ -# React vue angular \ No newline at end of file + + +# React + +React is the most popular front-end JavaScript library for building user interfaces. React can also render on the server using Node and power mobile apps using React Native. + +Free Content +React Website +Official Getting Started +Beta React Docs +The Beginner's Guide to React +React JS Course for Beginners +React Course - Beginner's Tutorial for React JavaScript Library [2022] +Understanding React's UI Rendering Process + + + + +# Vue.js + +Vue.js is an open-source JavaScript framework for building user interfaces and single-page applications. It is mainly focused on front end development. + +Free Content +Vue.js Website +Official Getting Started +Vue.js Course for Beginners +Vue.js Crash Course + + + + +# Angular + +Angular is a component based front-end development framework built on TypeScript which includes a collection of well-integrated libraries that include features like routing, forms management, client-server communication, and more. + +Free Content +Official - Getting started with Angular diff --git a/content/roadmaps/114-software-architect/content/111-web-and-mobile/103-pwa.md b/content/roadmaps/114-software-architect/content/111-web-and-mobile/103-pwa.md index 78770c79b..794aaee7b 100644 --- a/content/roadmaps/114-software-architect/content/111-web-and-mobile/103-pwa.md +++ b/content/roadmaps/114-software-architect/content/111-web-and-mobile/103-pwa.md @@ -1 +1,10 @@ -# Pwa \ No newline at end of file +# PWA + + +Progressive Web Apps (PWAs) are websites that are progressively enhanced to function like installed, native apps on supporting platforms, while functioning like regular websites on other browsers. + +Free Content +Progressive Web Apps for Beginners +Learn PWA +MDN Web Docs: Progressive Web Apps +Build a Progressive Web App