
Quick Lecture Overview
Subscribing gives you access to a brief, insightful summary of each lecture to stay on track.
By logging in, you'll unlock full access to this and other free tutorials on JSM Pro.
Why? Logging in lets us personalize your learning experience, track your progress, and keep you in the loop with new workshops, coding tips, and platform updates.
You'll also be the first to know about upcoming launches, events, and exclusive discounts.
No spam—just helpful content to level up your skills.
If that sounds fair, go ahead and log in to continue →
Enter your name and email to get instant access
##Looks like we found a thief monkey By the way, I liked the trick how you reached till here. You have a good sense of humor. You will improve a lot if you join our course with this passion.
var
(function-scoped, outdated)let
(block-scoped, modern and recommended)const
(block-scoped, cannot be reassigned)_
, or $
let let = 5;
is invalid)myVar
and myvar
are different)string
, number
, boolean
, null
, undefined
, bigint
, symbol
Objects
, Arrays
, Functions
Subscribing gives you access to a brief, insightful summary of each lecture to stay on track.
00:00:00 No matter which code editor you use, you can head over to the plugins or extensions and then find some kind of a package that does react snippets.
00:00:08 Install it.
00:00:10 And once you do, you'll be able to run RAFCE.
00:00:15 This is a shortcut to quickly create a new React arrow function component with a default export.
00:00:20 Pretty cool, right?
00:00:21 With that in mind, I'm so happy that you're now finally at the stage where you're ready to start developing something more serious.
00:00:29 You now know what React is, why do we use it, how components, props, styles, states, different hooks, use effects, and so much more work.
00:00:38 So, you'll finally be able to put it to practice within this amazing app you'll build.
00:00:43 So, let's dive right in.