Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iampava/steal-like-a-dev
Tutorial series focused on implementing from scratch popular packages/libraries.
https://github.com/iampava/steal-like-a-dev
create-react-app javascript react react-router tutorials
Last synced: about 1 month ago
JSON representation
Tutorial series focused on implementing from scratch popular packages/libraries.
- Host: GitHub
- URL: https://github.com/iampava/steal-like-a-dev
- Owner: iampava
- License: mit
- Created: 2019-04-29T13:20:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:20:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T11:07:08.187Z (about 1 month ago)
- Topics: create-react-app, javascript, react, react-router, tutorials
- Language: JavaScript
- Homepage: https://StealLikeADev.com
- Size: 2.99 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 93
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# steal-like-a-dev
We use a lot of 3rd party code every day, but how much of how that code works do we really know?So, as a learning side'project, I started implementing various packages/libraries that seem interesting enough to be worth the effort.
1. [ create-react-app](https://github.com/iampava/steal-like-a-dev/tree/master/create-react-app)
2. [ react-router](https://github.com/iampava/steal-like-a-dev/tree/master/react-router)
3. [ react-redux](https://github.com/iampava/steal-like-a-dev/tree/master/react-redux)
4. [ redux thunk](https://github.com/iampava/steal-like-a-dev/tree/master/redux-thunk)
5. [ styled-components](https://github.com/iampava/steal-like-a-dev/tree/master/styled-components)
6. Record the tutorials and launch the [WEBSITE](https://StealLikeADev.com) : DONE!!!! 🔥Everything is live here: [https://StealLikeADev.com](https://StealLikeADev.com)!
Made with ❤ by Pava