Explore >> Select a destination


You are here

jahir.dev
| | scastiel.dev
11.2 parsecs away

Travel
| | React is living something these days. Although it was created as a client UI library, it can now be used to generate almost everything from the server. And we get a lot from this change, especially when coupled with Next.js. Let's use Server Components and Actions to build something fun: a guestbook.
| | robkendal.co.uk
9.2 parsecs away

Travel
| | Part 4 in Getting Started with Next.js and this time we're looking at how to send a contact form using WordPress in headless mode.
| | theankurtyagi.com
8.0 parsecs away

Travel
| | Explore the intricacies of form creation and validation in React. This detailed guide covers controlled and uncontrolled forms, showcases examples with React Hook Form, Formik, and integrates validation using Yup and Zod. Perfect for developers seeking to enhance their React form handling skills.
| | yakovfain.com
133.2 parsecs away

Travel
| In the previous blog, I generated a new React/TypeScript app using the create-react-app tool. In this blog, you'll get familiar with two types of React components, and what a component's state is for. Two types of React components A React component can be declared either as a function or as a class. A functional component...