diff --git a/counter-react/README.md b/counter-react/README.md new file mode 100644 index 00000000..ef17e539 --- /dev/null +++ b/counter-react/README.md @@ -0,0 +1,13 @@ +* **Format:** Mob Programming +* **Kata:** Working with React without webpack/babel +* **Where:** [TabCorp](https://www.tabcorp.com.au/) +* **When:** 22/02/2018 + +## Kata: React counter without webpack/babel + +### Description: +Use React in a simple way as we used do in old times with jQuery, just linking the CDN file into our index.html. +We also did a simple redux implementation to lift the app's state to a centralized store. + +### Tech Specifications: +- Uses React diff --git a/counter-react/index.html b/counter-react/index.html new file mode 100644 index 00000000..dedf389e --- /dev/null +++ b/counter-react/index.html @@ -0,0 +1,84 @@ + + + +
+ + + + + +