DEV Community

Discussion on: What Is React and How to Master It?

Collapse
 
linhtch90 profile image
Linh Truong Cong Hong

IMHO, the best way is to start writing code as soon as possible. Start by building a simple app without CSS to understand how to build a component, data in a component and data exchange between components before moving to more advanced concepts.

I have prepared a simple bookstore full-stack web application built with MERN. I hope this could help any one who would love to learn React and Javascript.

Check out: dev.to/linhtch90/mern-fullstack-de...

Collapse
 
smash profile image
RavenCress

Hey Linh, does the bookstore still exist? Seems the link no longer works.

Collapse
 
linhtch90 profile image
Linh Truong Cong Hong

The live demo is accessible at:
bn-bookstore.herokuapp.com/#/

Frontend and Backend source code is available at:
github.com/linhtch90/bn_bookstore_...