Building Web Applications using ReactJS
Description
ReactJS is a JavaScript library developed by Facebook for building interfaces. It has gained widespread adoption owing to its declarative approach and the use of components. Components manage their own state and can be composed to easily build complex user interfaces. This lab is designed to build your proficiency with ReactJS starting from setting up a ReactJS web application and gradually building upon it to develop a functioning web application involving multiple views and ReactJS components. The lab environment provides you with a Visual Studio Code development environment so you can gain experience with one of the most popular tools for web application development as you progress through the lab.
Learning Objectives
Upon completion of this lab you will be able to:
- Set up ReactJS applications using a special node package extractor called create-react-app
- Produce production-ready code for web applications
- Create various types of ReactJS components
- Use acceptance criteria and mock-ups to identify component hierarchies
Intended Audience
This lab is intended for:
- All who wish to learn how to use the ReactJS framework.
Prerequisites
It is essential you understand the face of contemporary web development to attend this lab. We insist upon JavaScript experience, along with good HTML and CSS skills.
Updates
August 3rd, 2021 - Updated QuickLab guide
July 14th, 2021 - Added additional QuickLab folders
February 4th, 2021 - Updated lab guide
July 8th, 2020 - Enabled direct browser RDP connection for a streamlined experience
July 13th, 2022 - Updated the NodeJs version from 12 to 14 in the lab environment