GroceriStar / react-only-intern-22

GNU General Public License v3.0
0 stars 0 forks source link

Master React, Quick Code tutorial. Part 1 #2

Closed atherdon closed 6 years ago

atherdon commented 6 years ago

Link to the first part of tutorial https://medium.com/quick-code/lets-learn-react-chapter-1-setting-up-environment-e9505b6644

Expected result

Test

1

nioperas06 commented 6 years ago

I discover create-react-app, a tool that help build React applications easily. All files generated by create-react-app are not necessary (assets for example). The render method represents what we will actually see in the browser; Then I can write valid Html inside this render method. The service worker file (registerServiceWorker.js) helps we cache our assets like a PWA.

atherdon commented 6 years ago

ok, jump to the next chapter