React.js + Laravel: SPA CRUD with Auth

📚
Lessons

42

📝
Words

3

🚀
Launch Date

Jun 2022

🏷️
Tag

Laravel 9 + React 18

About this course

React.js is by far the most popular JavaScript framework in the world.

React Laravel Upwork

Maybe not so much in the Laravel community, and that's specifically why I've published this course.

In this 3-hour course, I will create a Single Page Application (SPA) in almost live-coding mode, with a Github repository available for reference.

From this course, you can also learn how to create Laravel API, as there's a separate section on this, with no React knowledge needed.

React Laravel

We will touch on these topics:

  • Structuring React.js code in the Laravel project
  • Laravel API Creation
  • Full CRUD to manage records: forms, validation, etc.
  • React.js Routing
  • Auth with Laravel Sanctum & Roles/Permissions
  • ... and more

Are you ready? Let's dive into the course.

Course Content

Intro

Installation

Our First React.js Page: Datatable with Laravel API

Multiple Pages: Routing in React.js

Full CRUD of Posts

Login and Permissions: Authentication and Authorization