Personal repository for a full stack course at https://fullstackopen.com/
So far I've gone through:
- General info
- Fundamentals of Web apps
- Introduction to React
- JavaScript
- Component state, event handlers
- A more complex state, debugging React apps
- Rendering a collection, modules
- Forms
- Getting data from server
- Altering data in server
- Adding styles to React app
- Node.js and Express
- Deploying app to internet
- Saving data to MongoDB
- Validation and ESLint
- Structure of backend application, introduction to testing
- Testing the backend
- User administration -Token authentication
- Login in frontend
- props.children and proptypes
- Testing React apps
- End to end testing
- Flux-architecture and Redux
- Many reducers
- Communicating with server in a redux application
- connect
- React-router
- Custom hooks
- More about styles
- Webpack
- Class components
- Background and introduction
- First steps with TypeScript
- Typing the express app
- React with types