DEV Community

Memel Meless
Memel Meless

Posted on

React doc, what's new ?

Hello javascript fans mainly react users.
I want to share with you what I think is new on React doc now, I mean for React 18.

what you can observe before was, like you have to learn two concepts of react everytime.

In fact React teams in the past promoted class based components, then the new way to build component now recomand fonctional approach. Classes was cool for old users of react, but for new users it was like you are learning thing twice, it was confusing.

Now when you start, you can jump directly into functional component and you'll learn with funny examples.

Another thing is the references to frameworks, today you can find popular frameworks described and included directly in react doc, we can list :

Next.js

Remix

Gatsby

Theres is also a reference to

React native

You can enjoy also with the new design.
Enjoy with react !!!

Top comments (0)