What are you going to learn in this course?

In this course, we go over the whole stack, what each part is for, and how to use them to build your application.

What you will learn

  • Reagent
    • Hiccup syntax
    • Components
    • Atoms
    • Re-rendering
  • Re-frame events
    • Dispatching
    • Handling
    • Co-effects and interceptors
  • Re-frame subscriptions
    • Isolate the database from your components
  • Re-frame database
    • Where to store state
    • Naming events and subscriptions
    • Structuring the database