adjust readme
This commit is contained in:
@@ -6,5 +6,9 @@ You can cd into each directory and run `npm run start` to start the apps up and
|
|||||||
|
|
||||||
|
|
||||||
* [helloworld](./helloworld) - is a simple example of a component that just says hello world
|
* [helloworld](./helloworld) - is a simple example of a component that just says hello world
|
||||||
|
* [Click here to see it live](https://react-hello.azurewebsites.net/)
|
||||||
* [helloworld-counter](./helloworld-counter) - is a more complex example of a react component with a button which increments an integer in the dom
|
* [helloworld-counter](./helloworld-counter) - is a more complex example of a react component with a button which increments an integer in the dom
|
||||||
|
* [Click here to see it live](https://react-hello-counter.azurewebsites.net/)
|
||||||
* [helloworld-redux-counter](./helloworld-redux-counter) - is the previous example, but the button fires an event which updates the state in redux
|
* [helloworld-redux-counter](./helloworld-redux-counter) - is the previous example, but the button fires an event which updates the state in redux
|
||||||
|
* [Click here to see it live](https://react-hello-counter-redux.azurewebsites.net/)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user