

@memsbdm
- Member Since
- Mar 19, 2025
- Lessons Completed
- 50
- Comments Contributed
- 3
- Hours Watched
- 9.05
Recent Activity
Here's what @memsbdm has been up to this past year
-
Completed lesson Account Deletion & Cleaning Dangling Organizations
-
Completed lesson Prefetching Page to Boost Load Times in InertiaJS 2
-
Completed lesson Super Easy Infinite Scroll in InertiaJS 2 with Prop Merging
-
Completed lesson User Profile Settings
-
Completed lesson Updating & Deleting an Organization
-
Completed lesson Creating the Settings Shell
-
Completed lesson Storing Lesson Order Changes & Handling Cross-Module Drag & Drops
-
Completed lesson Storing Module Order Changes from Vue Draggable
-
Completed lesson Adding A Publish Date & Time Input
-
Completed lesson Editing & Deleting Course Lessons
-
Completed lesson Creating & Listing Sortable Course Lessons
-
Completed lesson Creating, Editing, & Deleting Course Modules
-
Completed lesson The Tag Selector
-
Completed lesson Showing A Course's Details
-
Replied to Hey memsbdm! Yeah, the deployed app has been expanded beyond...
Thank you so much!! I tried many tags without success but
tbody
is working perfectly! -
Upvoted comment Hey memsbdm! Yeah, the deployed app has been expanded beyond...
-
Replied to discussion Vue Sortable
By the way I am trying to use
<Sortable>
inside a<TableBody>
and it saysHydration node mismatch
however when I am using it without Shadcn components it is working just fine. I tried to add the Sortable component in app.ts and ssr.ts like the Inertia Link but it doesn't help 🤔 -
Completed lesson Global Components and Hydration Mismatch in Action
-
Started discussion Vue Sortable
-
Completed lesson Querying & Listing Sortable Course Modules
-
Completed lesson Querying & Listing An Organization's Courses
-
Completed lesson Replicating Behaviors for Access Levels & Statuses
-
Upvoted comment Hi memsbdm!It looks like this was a tiny change that occurred...
-
Commented on post Editing the Active Organization
In the file inertia/composables/resource_action.ts, this line
const form = useForm(defaultForm)
is giving me the error ts: Argument of type 'Form' is not assignable to parameter of type 'FormDataType | (() => FormDataType)'. Type 'object' is not assignable to type 'FormDataType | (() => FormDataType)'.
As I did not find the FormDataType in inertia exports I replaced<Form extends object>
with<Form extends Record<string, any>>
I don't know yet if it is going to create any trouble later but it might help for this lesson.
-
Completed lesson Sorting Difficulties with Drag & Drop
-
Completed lesson Confirming & Deleting Difficulties
-
Completed lesson Updating Difficulties
-
Completed lesson Listing & Creating Difficulties
-
Completed lesson The Confirm Delete Dialog & Deleting the Active Organization
-
Completed lesson Editing the Active Organization
-
Completed lesson Creating A UseResourceActions Composable
-
Completed lesson Switching Between Organizations
-
Completed lesson The Form Dialog Component & Adding Organizations
-
Completed lesson Listing the User's Organizations
-
Completed lesson Setting & Loading the User's Active Organization
-
Completed lesson Forgot Password & Password Reset
-
Completed lesson Adding the Remember Me Token
-
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 Creating A Toast Message Manager
-
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 Form Validation & Displaying Errors
-
Account created Welcome to Adocasts, @memsbdm!