React

Cara Mengimplementasikan Guliran Halus di React — step-by-step Javascript tutorial on Progressive Robot

Cara Mengimplementasikan Guliran Halus di React

Apa yang dimaksud dengan guliran halus? Alih-alih mengklik tombol dan langsung dibawa ke bagian berbeda dari halaman (yang sama), pengguna diarahkan ke sana melalui animasi bergulir. Inilah salah satu fitur tak kentara di situs yang menghasilkan perbedaan estetika.

Read more
How To Validate a Login Form With React and Formik — step-by-step Javascript tutorial on Progressive Robot

How To Validate a Login Form With React and Formik

In order to ensure that the form element of your web application is returning valid data, it is helpful to build automated validation into your code. This is true in React as well; creating form validation early on can often save you from encountering errors down the road. In this tutorial, you will create a React project, add the Formik package, customize the Formik component with an onSubmit callback and a validate function for error messages, then display those error messages to the user.

Read more
CHAT