Files
frontend-bootcamp/step1-04/final
JakubK44 cb21996186 Step1/04 - React Intro - final demo - fix to show the customized buttons (#131)
* Fix Step1/04 - React Intro - final

Problem:
1. Customized Button.tsx is not used in Counter.tsx
2. index.tsx still renders the 'hello world' text

Fix:
1. Use customized Button.tsx in Counter.tsx
2. Have index.tsx render the App component instead of 'hello world' text

Notes:
Validated customized button now show correctly.

* Add missing blank line.
2019-08-19 13:13:42 -07:00
..
2019-02-21 14:29:33 -08:00

Step 1.4 - Introduction to React (Final)

Take a look at the contents of the src folder to see final versions of the App, Button, and Counter components from this lesson.