/basic-react-practice

this repo contains small-ish component examples that emphasize individual react techniques.

Primary LanguageJavaScript

basic-react-practice

this is a series of short examples on how to use react components. some examples are taken from the react website- and some are original having been built using the official react documentation and the linkedin course as learning examples.

first basic static/simple component

Screen Shot 2022-04-03 at 3 07 51 PM

timer component

Screen Shot 2022-04-03 at 3 07 03 PM

timer component showing incorrect usage of event handling

Screen Shot 2022-04-03 at 3 05 08 PM

basic todo app

Screen Shot 2022-04-03 at 3 02 27 PM

string reversal component

Screen Shot 2022-04-03 at 3 00 32 PM