An University of Tartu seminar about front-end development.
This repository hold study goals, lecture slides, homework requirements and example code.
-
Lecture 1 - Introduction to the JavaScript ecosystem
-
Lecture 2 - Introduction to React
-
Lecture 3 - Expanding on React, testing components
-
Lecture 4 - State management with Redux
-
Lecture 5 - Redux middlewares and asynchronous processes
-
Lecture 6 - Bidirectional communication with servers
-
Lecture 7 - Routes & Optimizations
-
Lecture 8 - Visual testing & Redux add-ons
The course will concentrate on declarative programming and extensive testing.
ReactJS is used for declarative views. The library is mostly used in its most basic form and could be replaced by any declarative view library.
Redux is used to manage state. The library is declarative and very simple.
At the end of the course, students should feel comfortable about working with JavaScript front-end projects in teams of any size. Students are able to build and test a medium-sized JavaScript application on their own.