DEV Community

Santiago Menendez
Santiago Menendez

Posted on

I want to learn React

Hi community, i want to learn React because im a newbie with frontend and im need to apply for next projects because with HTML and CSS im short of possibilities.

Recommend me courses or pages for learn React?

Top comments (2)

Collapse
 
jwhenry3 profile image
Justin Henry
  1. Pick your package manager:
  2. Pick your technology (js vs ts)
  3. Pick your purpose (do you need some backend, do you need SSG or SSR)
  4. Courses promoted by React
  5. Learn general and advanced concepts from React themselves

At this point, you should be researching anything you can on advanced concepts in react and constructing google search terms to meet your needs.

Applications have many facets to them and you need to understand each layer of an application to know what tools you will need for which job.

  1. Presentation Layer
  2. Remote Data Source
  3. Application State

There are some other minor layers in the application but these are the major parts that any application should carefully put in place.

Collapse
 
johnb8005 profile image
John B

here's a boilerplate that gets you started in less than 1min:
github.com/nexys-system/boilerplat...