secondman
@secondman
Queen Creek, AZ
- Member Since
- Oct 11, 2024
- Lessons Completed
- 21
- Comments Contributed
- 2
- Hours Watched
- 2.73
Recent Activity
Here's what @secondman has been up to this past year
-
Completed lesson Inertia Form Basics
-
Completed lesson What Code Can & Can't Be Shared Between AdonisJS & Inertia
-
Completed lesson Specifying Page Titles & Meta Tags
-
Completed lesson Default Layouts & Overwriting the Default Layout
-
Completed lesson Creating A Layout
-
Completed lesson Partial and Lazy Data Loading and Evaluation
-
Completed lesson Global Components and Hydration Mismatch in Action
-
Completed lesson The Link Component and Programmatic Linking
-
Completed lesson Linking Between Pages & Page State Flow
-
Completed lesson Sharing Data from AdonisJS to Vue via Inertia
-
Completed lesson The Flow of Pages and Page Props
-
Completed lesson Setting Up TailwindCSS, Shadcn-Vue, and Automatic Component Imports
-
Completed lesson Server-Side Rendering (SSR) vs Client-Side Rendering (CSR)
-
Completed lesson Creating Our AdonisJS App With InertiaJS
-
Completed lesson What We'll Be Building
-
Completed lesson What Is InertiaJS?
-
Completed lesson Reading and Supporting Markdown Content
-
Commented on post Setting Up Tailwind CSS
You can also set your
postcss
directly inpackage.json
and avoid imports or extra files altogether.{ "postcss": { "plugins": { "postcss-import": {}, "tailwindcss/nesting": {}, "tailwindcss": { "config": "./tailwind.config.js" }, "autoprefixer": {} } }, }
Copied!As you can see here I also use Tailwind's nesting and
postcss-import
(yes order does matter)Cheers
-
Completed lesson Setting Up Tailwind CSS
-
Commented on post Vite and Our Assets
It's been nearly a year since you published this so maybe you're already aware, Vite is French for "quick" and is pronounced "veet" … just for future videos etc.
-
Completed lesson Vite and Our Assets
-
Completed lesson Validating Route Parameters
-
Completed lesson Loading A Movie Using Route Parameters
-
Account created Welcome to Adocasts, @secondman!