From the course: Building Full-Stack Apps with React and Spring

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Introduction to React

Introduction to React

From the course: Building Full-Stack Apps with React and Spring

Start my 1-month free trial

Introduction to React

- [Instructor] Now let's review our front-end piece, React. React has been a solid offering for building front-end applications and has quickly become the number one framework to use for this purpose. In fact, many companies you know, have React components everywhere. If you've ever watched a Netflix show on the web, you're watching it on a front-end build with React. Its simplicity of its syntax and best practices around managing the application state, has become a standard amongst developers. And if you're not familiar with the concept of components, state and props, as we'll build our front-end part we'll go over these basic terms. And a major advantage of using React in your development is, leveraging your knowledge of React concepts, you can build also mobile applications with React Native. And any type of front-end you can think of with a base React application. And because React uses plain JavaScript functions and classes for its components, it should feel right at home for…

Contents