React full tutorial for beginners.
React Tutorial.
React js tutorial.
React full tutorial.
Support me:
https://www.patreon.com/Laraveller
Cloudways hosting: https://www.cloudways.com/en/?id=1107304
Github Repo:https://github.com/laraveller/react-first-app
Follow me:
Twitter: https://twitter.com/Laravellercom
Facebook Page: https://www.facebook.com/1laravellercom
Instagram: https://www.instagram.com/laravellercom/
Github: https://github.com/laraveller
Website: https://laraveller.com/
Setup VS CODE for Laravel: https://youtu.be/EliywWn4IK4
Setup Mac for development: https://youtu.be/yxuR5myrVi4
Playlists:
Laravel 9 Media Library - https://bit.ly/3LpJmVr
Laravel Essentials Full Tutorial - https://bit.ly/3vplyuC
Laravel Mail Tutorial - https://bit.ly/37mJUNh
Laravel Restaurant Reservation - https://bit.ly/3Jc5IcG
Spatie Laravel Permission - https://bit.ly/3pOsOhN
Laravel Testing For Beginners - https://bit.ly/3t1gNq4
Laravel Roles and Permissions - https://bit.ly/3gOhM7d
LARAVEL INERTIA MOVIE APP - https://bit.ly/3FVMp4Q
Laravel Livewire Movie App - https://bit.ly/3s8D6v1
Laravel Classified Website - https://bit.ly/3nsFRnb
Livewire Employees - https://bit.ly/2ZtIpZY
Laravel Employees Management - https://bit.ly/3Gglt14
Laravel admin panel - https://bit.ly/3CcX75M
#react #reactjs #tutorial
TIMESTAMP
00:00:00 Introduction
00:01:05 Create React App
00:10:50 Convert Function to Class Component
00:15:00 Work with State
00:23:24 Work with Arrays
00:28:19 OnChange Event Handler
00:34:14 Render Lists component
00:39:56 Get Movies from API
00:49:27 Show Movies Conditionally
00:56:07 Add Search Input
01:03:02 Filter Movies
01:13:06 Create Movie List Component
01:24:45 Create Movie Card Component
01:34:08 Install Tailwind CSS to Reactjs
01:44:02 Convert Class to Function Component
01:50:28 Convert App and MovieList to function Component
02:04:26 Install React Router
02:11:14 Create Movie Details Page
02:25:47 Add Navigation