Simple React App demo to be used on my presentation about it.
- Clone this repo
- Install dependencies with
yarn install
- Create .env file with
cp .env.sample .env
and configure the settings there (see the section below) - Start the app with
yarn start
We got three different versions on this project that are separated by their branch:
- master: Hard coded data flow
- manual: API data flow with manual work inside of the class components
- redux: API data flow with Redux implementation and class components
- hooks: API data flow function components and hooks
Since Slack Web API doesn't seem to support CORS, I actually had to create a tiny back-end wrapper server to support it.
So you got two options:
- Use the online deployed version
- OR deploy the API by yourself
Dhyego Calota dhyegofernando@gmail.com
MIT