← All Workshops

MudEngine Part 5: Polished UI with dioxus-components

Step 2 / 11

Track your progress with jj

Before each coding step in this workshop, create a checkpoint with jj so you can see how the app builds, step by step:

  1. jj new — create a new empty change
  2. jj describe -m "Part 5 - what you are about to do" — label it

Run jj log after each step to see your checkpoint history.

💡 Workflow reminder

If you completed the previous parts, your jj history already spans Part 1 and Part 4 in the mud-engine project (and Parts 2-3 in mud-engine-repl). Each new checkpoint adds to that timeline.

Step 2 / 11