Course Information
Course Overview
Learn Svelte by applying test driven development (using jest, testing-library/svelte)
The frontend world is having very popular frameworks which are heavily used in most of the applications. Svelte is joining this competition by bringing lots of cool, developer friendly features. After practicing svelte, it will be hard to go back and work with other frameworks. You will be amazed when you see how much you can do with less code.
In this course we will be learning Svelte by creating a web application with it. Also we will apply test driven development (TDD) methodology from beginning to the end.
We will use one of the most popular test libraries of javascript. jest and testing-library
while building this application, we will learn
client-side routing. we will apply our custom implementation then we will use svelte-routing library
internationalization
global state management in a component based application
and we will see
how test driven development works.
how it's affecting our code quality, reusability
how it's giving us the confidence about refactoring our implementation
how to avoid implementation details while creating tests
This course is purely built on practice. Each code piece we write, will be for our actual application implementation.
In each section we will gradually build our application. We will not jump ahead and add functionality not needed for that moment. We will implement one requirement at a time. Each implementation will bring the next requirement to us.
And following this practice, will help you to get a solid foundation about overall web application requirements and how to implement one of them with Svelte by following test driven development methodology.
After completing the course, you will be able to use Svelte in your next project and you will experience the benefits of test driven development.
Course Content
- 8 section(s)
- 78 lecture(s)
- Section 1 Introduction
- Section 2 Sign Up
- Section 3 Validation
- Section 4 i18n - Internationalization
- Section 5 Routing
- Section 6 Listing Users and User Page
- Section 7 Authentication
- Section 8 Client State Management
What You’ll Learn
- Build application with Svelte 3
- Build an application with internationalization (i18n)
- Build an application with client side routing
- Store, actions, reactive declarations and many more features of Svelte
- Practice Test Driven Development in a complete project from beginning to the end.
- Learn the test runner, Jest and understand how to structure test modules
- How to mock external dependencies in testing.
- Feel how the test driven development is giving confidence when refactoring your application.
Reviews
-
JJason Jones
So far, so good!
-
NNaman Nanavati
Overall its a good course, easy to follow along!! However, I felt like key concepts of Svelte Store were rushed through at the end. I would have loved to see Svelte Store concepts explained with some real time examples. Thank you!! :)
-
BBob MacNeal
Out of date. Author hasn't bothered to update anything.
-
JJúlio César Batalha de Souza
Por enquanto o curso está sendo bem claro e fácil de entender. O autor explica passo a passo como chegar de uma solução mais complexa e verbosa a uma solução mais simples.