Loading
Multi-Theme Tailwind 16 exercises
explainer

Incrementally Introducing Complexity

In this workshop, we're going to start simple and build upon our foundation step by step.

We are going to do a lot of copy-pasting of repetitive code, and the first passes will be naive implementations.

But don’t worry!

The idea is to keep things intentionally simple to start. We'll be improving

Loading explainer

Transcript

0:00 A quick note about our approach in this workshop. We're going to start simple and build upon our foundation step by step. We'll do a bunch of copy/pasting around, write repetitive code, and that's all right. We'll improve our code reusability later. We'll also write some naive code first and make it more robust later. Go with the flow. Take it step by step.

0:18 We're building fundamental concepts first and keeping things intentionally simple. No clever loops or recursion before we need to. Trust me, they're coming. All right. I just wanted to make this clear before we get started. Let's go.