From the course: Build Modern Web Apps with React, Hooks, State Management, and APIs Using Vite or Next.js

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Use cases: SPAs, PWAs, mobile apps (with React Native), desktop apps

Use cases: SPAs, PWAs, mobile apps (with React Native), desktop apps

Welcome back. In this video, we'll discuss use cases of React. Using React, you can create single page applications, also known as PAs. It involves a single page only, showing multiple parts as you scroll through. It's ideal for building portfolio websites or landing pages. React offers complete mobile-responsive web apps using CSS stylesheets, media queries, or Tailwind CSS. Progressive web apps are the perfect example of that. You can also create React-native mobile apps specifically designed to run on mobile devices and using mobile hardware and software features, such as camera, location, and other sensors. You can also create desktop apps with React using open source framework Electron. It uses Node.js Runtime for native desktop capabilities and you can use ReactJS for the front-end design. And with that we have concluded our lesson number 1. Congrats on coming this far. I'll see you in the next lesson where we deep dive into React's rendering mechanism. See you in the next…

Contents