Course Information
Course Overview
Practical based approach to learn to build a fullstack app using React JS as frontend and Web API for backend
In this course we will learn how to build a Web application from scratch. We will use React JS for front end, Microsoft SQL server for data base and ASP.NET Web API for creating APIs. This is not a complete theoretical guide on React JS but a practical based approach where we will learn to build a Web App using React JS by using some of the most commonly used controls. This course will be regularly updated. Make sure to check out the additional resources section of this course for theoretical/advanced concepts.
Course Content
- 3 section(s)
- 38 lecture(s)
- Section 1 Introduction
- Section 2 Web API
- Section 3 React JS
What You’ll Learn
- Learn to build a Full Stack Web App using React JS and Web API
Reviews
-
MMiloš Rakita
This part of the course is excellent. Everything I want to learn and learn more.
-
SSphelele Free-man Mendu
Clear and simple. Mostly covering the basics at a high level
-
AAbhijeet Srivastava
Nice Course for someone wants to make his/her hand dirty with React JS & API development.
-
SSachin Zambre
Three Points would like to highlight - 1. Database should be relational Database (Employee table should have department ID) 2. Should pass department id in employee POST form instead of Department Name 3. Form will have n number of field hence should explain how to pass the object instead of single single value to model pop up (Component )