https://github.com/svish/udemy
Code written while following Udemy courses and other tutorials
https://github.com/svish/udemy
javascript jsx react redux
Last synced: 23 days ago
JSON representation
Code written while following Udemy courses and other tutorials
- Host: GitHub
- URL: https://github.com/svish/udemy
- Owner: Svish
- Created: 2019-02-24T11:51:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T11:32:21.000Z (over 4 years ago)
- Last Synced: 2025-04-06T06:24:56.752Z (about 2 months ago)
- Topics: javascript, jsx, react, redux
- Language: JavaScript
- Homepage:
- Size: 1.86 MB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Udemy stuff
Code and stuff from going through [Udemy](https://www.udemy.com) courses and other tutorials.
## React / Redux
- [Modern React with Redux](modern-react-with-redux)
- [Node with React](node-with-react)
- [Advanced React and Redux](advanced-react-with-redux)
- [Typescript with modern React](typescript-with-react-hooks-and-context)## Next.js
- [Universal React with Next.js](next-js)
- [Next.js Practical Introduction](next-js-practical-introduction)
- [Blog with Next.js, React and Sanity CMS](blog-with-next-js-and-sanity)### Saga
- [Redux Saga (with React and Redux)](redux-saga-fast-track)
- [Learn Redux Saga](learn-redux-saga)### SSR
- [Server Side Rendering with React and Redux](server-side-rendering-with-react-and-redux)
## Typescript
- [Typescript: The Complete Developer's Guide](typescript)
## Webpack
- [Webpack 2: The Complete Developer's Guide](webpack-2)
## Testing
- [React Testing with Jest and Enzyme](react-testing-with-jest-and-enzyme)
- [Automated Software Testing with Cypress](automated-software-testing-with-cypress)
- [Cypress Tutorial Videos](cypress-tutorial)## Notes to self
- `npx create-react-app project-name --use-npm`