
@cubicalprayer712
- Member Since
- Jun 22, 2025
- Lessons Completed
- 27
- Comments Contributed
- 2
- Hours Watched
- 4.06
Recent Activity
Here's what @cubicalprayer712 has been up to this past year
-
Completed lesson Forgot Password & Password Reset
-
Completed lesson Logging In Users & Displaying Exceptions
-
Completed lesson Onboarding Newly Registered Users
-
Completed lesson Logging Out Users
-
Completed lesson Splitting Our Routes Between Auth & Web
-
Completed lesson User Registration with InertiaJS
-
Completed lesson Completing Our AppLayout & Navigation Bar
-
Completed lesson Typing Lucid Models in Inertia with DTOs
-
Completed lesson Seeding Our Initial Database Data
-
Completed lesson Creating A Lucid Model Mixin for our Organization Relationship
-
Completed lesson Defining Our Lucid Models & Relationships
-
Completed lesson Defining Our Migrations & Foreign Keys
-
Completed lesson Understanding Our Database Schema
-
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!