React.js
- 1 - React.js
React…
This is not a full length post, just a small info post about an upcoming series.
We have a few projects in which we use React js. When new people are added to the project, a lot of them are missing out some of the core stuff from either JavaScript or React.
I have told my co-workers that I will hold a few lessons in react, javascript and stuff around this over a slack call and possibly drop a video or two about it, but to make it as easy as possible for me, I will start with writing my thoughts down.
The “lessons” I thought I would start with to give a decent base for new devs expects the devs to actually know a little bit of JavaScript. But other than that, I will try to make it as basic as possible for everyone to be able to tag along. I have thought about a small crash course in the very fundamental parts of JS too, but that will be a later object!
The first parts of the course:
- Lesson 1: Introduction
- Babel and Webpack (tools)
- What is JSX?
- JSX Syntax and must-knows
- JavaScript and JSX
- Styles and JSX
- Lesson 2: Classes
- What is a JavaScript class?
import
,export
,require
.- Class or Global, why?
- React.Component inheritence.
- Implementing a component.
- Lesson 3: Classes - deeper dive
- React.Component methods
- Hooks and Lifetime/cycle
- Deprecated methods.
- States and Props.
If anyone think that there are stuff I am missing in the basic course, let me know and I’ll make sure to evaluate, update and fix anything that will make it better!