Extra Arguments for Server Actions in React Forms
Learn two methods to pass extra arguments, like a post ID, to server actions in React forms using hidden fields or function binding.
Learn two methods to pass extra arguments, like a post ID, to server actions in React forms using hidden fields or function binding.
A tutorial on implementing loading states in React forms using actions, including the useActionState hook.
A guide on using react-hook-form's Controller component to handle simple array values, avoiding the complexity of useFieldArray.
A comprehensive tutorial on handling forms in React, covering state management, submission, validation, and using libraries like React Hook Form.
Exploring how to integrate React Query with forms, discussing server state vs client state and approaches for handling form data.
A developer walkthrough of adding an UpdateView and reordering UI for courses in a Django app, including testing and template updates.
A guide to designing wireframes for a Django survey application, covering user journeys for both survey takers and creators.
Episode 50 of a series on building a SaaS product, focusing on creating a continuous user onboarding flow with Django and Python.
A technical guide on using Django's UpdateView to quickly create an edit form for a CourseTask model in a SaaS application.
A Swift developer reflects on mistakes using UICollectionView for iOS input forms and shares lessons learned about better practices.
A guide to building complex input forms for iOS apps using an updated collection view view-model framework in Swift.
A tutorial explaining the difference between controlled and uncontrolled components in React with practical code examples.
A technical guide to building and enhancing a secure, accessible login form with HTML validation, security best practices, and UX improvements.
A technical guide on progressively enhancing a web comment form from basic HTML to using BackgroundSync for offline functionality.
Creative ideas to enhance user experience in web forms with playful and personalized details like custom cursors and birthday hints.
A guide to creating iOS 6-style toggle switches using only CSS, focusing on accessibility, browser compatibility, and no JavaScript.
Explores browser inconsistencies in validating HTML5 input type='url' and provides a regex pattern to fix validation issues.
A technique for creating custom checkboxes and radio buttons using CSS sprites, improving on an existing method for better image control.
A screencast demonstrating how to handle form interactions using the ASP.NET MVC framework, including sample code.