Slack added some alphabet emojis that seemed pointless without an easy way to turn ABC
into :alphabet-white-a::alphabet-white-b::alphabet-white-c:
. I wanted to make my first React app to play around with components, events, and styling, and thus Spelly was born to solve this problem.
- CodeWithMosh React Cource: Simple course explaining how to get started
- CodeWithMosh Redux Cource: Remove the mystery of Redux by pulling it out of React, and then putting it back in.
- Storybook.js: Visualize components without having to run the app
- Chakra UI: Skip having to learn all the CSS classes from Bootstrap
- Choc UI: Skip having to learn Chakra UI by editing good-looking components to match my needs
- Deploying create-react-app to S3 and CloudFront: Simple guide to get the React
build/
directory copied over to an S3 bucket and host it with the CloudFrontCDN