This React JS Course will help you get quickly up to pace with React.js development. React is an AMAZING Javascript framework that allows you to build extremely stable applications that are very easy to change and modify as the application changes and grows over time.
GET THE SOURCE CODE:
https://github.com/learncodeacademy/react-js-tutorials
WATCH THESE FIRST:
ES6:
WEBPACK:
If you’re new to Javascript, the MODULAR JAVASCRIPT course is also helpful:
React JS #1: Intro & Workspace Setup
https://youtu.be/MhkGQAoc7bc (Coming Tues, Feb 2@11CST)
React JS #2: Anatomy of a Component
https://youtu.be/fd2Cayhez58 (Coming Wed, Feb 3@11CST)
React JS #3: Composing Multiple Components
https://youtu.be/vu_rIMPROoQ (Coming Thurs, Feb 4@11CST)
React JS #4: State, Props & Data
https://youtu.be/qh3dYM6Keuw (Coming Fri, Feb 5@11CST)
React JS #5: Events & Data Changes
https://youtu.be/_D1JGNidMr4 (Coming Mon, Feb 8@11CST)
React JS #6: React Router & Intro to Single Page Apps
https://youtu.be/1iAG6h9ff5s (Coming Tues, Feb 9@11CST)
React JS #7: React Router Params & Queries
Original source
49 responses to “REACT JS TUTORIAL #1 – Reactjs Javascript Introduction & Workspace Setup”
Does somebody know how to avoid/fix that weird colored syntax when writing the 'client.js'? I have done everything what he did in the video but my syntax in the client.js file looks YELLOW below the '<h1></h1>' thing….
any solutions?
April 2017, is this tutorial still good? Ok ok ok… I'm sure the teaching is super but is this the React of today? Is there anything different today?
ia this suppose to work on a android device via Windows 10 ? It says
"This site can’t be reached
000.000.0.8080 refused to connect."
FINE BROS REACT JOKE
when I run web pack it doesn't run the react section of the code. any ideas of how to fix.
Thanks..
These all videos really help me learning reactjs
thank you for the video , i'm looking about how to use button of react-bootstrap in reactjs do you have any video can help me sir ??
Btw, you doesn't have to write "./node_modules/.bin/webpack-dev-server" to execute local package in your package.json scripts. It will also work with just "webpack-dev-server", but you need to be sure you don't have it installed globally.
@LearnCode.academy Can you tell me how did you Transpile so fast? When I run webpack it took 5 sec with the same packages.
Thank you for the video. I find this tutorial useful and easy to understand. Thanks a lot!
Great course man, keep the good work 😉
Well done!
Great tutorial and all, but for code-along purposes, you should really include a repo where the code is exactly as the one you start off with.
Does the "dot syntax" in react is working and is it good way to go?
This does not work. I have done everything as explained in the readme on Github.
1)Navigate to folder /1-basic-react
2)NPM install
3)NPM run dev
4)Navigate to localhost:8080
(for 2)…. I get npm install fails (NPM ERR!!): and says 'Please include the following file with any support request: npm-debug-log'. Yet there IS NO npm-debug-log file.
…. What makes me super angry is that the npm install fails after about 30 minutes. I have wasted two days on getting a hello world to run on my computer.
.(for 3)… so anyway I tried to run the next command 'npm run dev' and I get 'Module build failed: Error: Couldn't find preset "es2015" relacitve to directory.
…. I also do not understand why a hello world app written in this simple JS framework requires 100,000 files. The angular2 tutorials always work out of the bag. None of the react examples work for me… they always fall over on the npm install process.
can you please provide the link to the vedio where you create the package.json
i am not getting it.
god, I was so happy to see this tutorial, then I saw classes… Functional ftw.. why have js, or jsx trying to be something it is not is a pain to see.
so with javascript coming out with new things everyday ,well it feels that way lol. so how do i go about learning javascript from scratch ? because im confused.
Hi, what Sublime Text theme are you using?
How is it that your sublime text has coloured markers on each file? Is that just a Mac OS thing? I don't see that on Windows! And thanks for the video 🙂
I just saw your first video. You should have started setting up the environment from scratch. Worst off all mistakes you have committed here.
Good
how the heck does it compile so freaking fast for you? it takes between 10 and 20 seconds for me every time i run webpack
Has anyone had success doing this on a cloud-based ide?! (Cloud 9, Code-anywhere)
I'm developing on a Chromebook.
The fact that you need that many dependencies and that much config scripting to use react is absurd.
good video intro, i saw another intro video to react redux and at the end of it I still had no idea what react redux was. Thanks for the vid
I watched this series, then went back and wrote the code as I re-watched it. It was really helpful to get started with React + Redux 🙂 Thank you!.
But after watching it I had two problems which I feel you kind of left out of this series.
1. Managing Style was touched upon in #8 where you mentioned it'll be covered later, but later never came 😉 so I found out how to do this from other sources (No problem).
2. You left out testing? 🙁 I realize this might be hard to explain in a beginners series about React, but there is great support for testing and combining it with this series would probably help a lot of developers who watch this series as I did. But maybe that is a different series altogether?
Anyway, thanks again for these tutorials and keep 'em coming!!!
create-react-app ; D
I am satisfied.
is it possible to speed up webpack initial build times ?
Just came across a section on the official npm docs saying transpilers should not be in the normal dependencies. Is there a reason you put the babel dependencies there and not in the devDependencies?
Нашел интересную группу по веб разработке https://vk.com/front_end_dev
Error: Cannot find module 'webpack'
It would be great to hear more about react.js and less about all of the other stuff. As an example, how is setting up automatic browser refresh relevant to understanding the core functionality of react?
Your amazing 🙂
What packages did you install to end up with that list of babel dependencies in package.json? How did you know you'd need all 8 of those babel dependencies?
what does that mean > ? help please
ERROR in cannot find module 'babel-core'
Could tell me how to install react from scratch becz you have installed and created the folders like index.html,client webpack. So i am getting confused
Maybe I don't see somemthing, but after following the instructions, npm run dev will create the localhost:8080, but it won't refresh until I run webpack command in the terminal, and npm run dev again. What did I do wrong that live reloading does not work?
Hello just a quick question, after I get the code from the git repo, are they all done code? or should I wipe out the already worked code so that I can follow your tutorial line by line?
Thanks for your beautiful tutorial
From S. Korea
So the only thing react doin is refreshing page for you?
IN GitHub the code is not same. And only 6 lecture not complete. Can you post working code or Are you selling those code?
i am getting this error..please help
[HMR] Waiting for update signal from WDS… client.min.js:8449:3
uncaught exception: out of memory
great job dude!, thank you. btw, if I use the react-creat-app, can I following your tutorial series? Sorry for this noob question, I'm getting start with 🙂
you are an angel. I've been following you but only now started spending the time patiently watching your videos. I've learned so much already. Thanks for what you do man
Thanks for your tutorial 🙂
And, In my environment the babel-core package should be installed.. is it installed on your environment globally?
Shouldn' t the babel dependencies be in "devDependencies" as opposed to "dependencies" in package.json?
Good tutorials. Can you hi-light "visibly" URL to the repo in your next editions.
Your tutorial is awesome
This is really awesome to start with! Thank you!