
@cubicalprayer712
- Member Since
- Jun 22, 2025
- Lessons Completed
- 14
- Comments Contributed
- 2
- Hours Watched
- 1.57
Recent Activity
Here's what @cubicalprayer712 has been up to this past year
-
Completed lesson What Are Some of Inertia's Limitations
-
Completed lesson Cross-Site Request Forgery (CSRF) Protection in InertiaJS
-
Completed lesson Creating A FormInput Vue Component
-
Completed lesson Common useForm Methods & Options
-
Completed lesson The useForm Helper
-
Completed lesson What Code Can & Can't Be Shared Between AdonisJS & Inertia
-
Completed lesson Specifying Page Titles & Meta Tags
-
Commented on post Creating A Layout
If we do something like this in react
```
resolve: async (name) => {const page = await resolvePageComponent(`../pages/${name}.tsx`, import.meta.glob('../pages/**/*.tsx'))
page.default.layout = page.default.layout || (page => <MainLayout>{page}</MainLayout>)
return page
}
```
We get typescript errors thatpage is of type unknown
, what would be the proper typing for page? -
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 Form Validation & Displaying Errors
-
Commented on post How to Install & Configure TailwindCSS 4 in AdonisJS 6 using Vite
Thanks Tom, I was working on a project that was initialized with a starter kit with
inertia
. Everything is the same except the file where we have to remove the pre-configured tailwindcss isresources/views/inertia_layout.edge
-
Completed lesson How to Install & Configure TailwindCSS 4 in AdonisJS 6 using Vite
-
Completed lesson Inertia Form Basics
-
Account created Welcome to Adocasts, @cubicalprayer712!