Here I am beginning my react journey. I have chosen a course on Udemy by Maximilian Schwarzmüller.
And I am planning to write posts about what I have been learning in a series. So that I can refer to them again in case I forget something. Further, if someone benefits from these then I would feel very glad to have helped someone.
It is a javascript library for building interfaces. It basically consists of "components". Our webpage can be thought of as made of various components. We can change the behaviour and appearance of our components without disturbing the working of other components. Once we make a component we can use it again and again without having to repeat (if it was just made if HTML, CSS and JS).
ReactDOM.render()
callReactDOM.render()
calls per "widget"That's it for this one. Next, I will be looking into the next-gen javascript features that react uses.
Course : Udemy