You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frontend content validation in forms is not very DRY, we have weak checks against the fields and repeat the code for every form. On the backend side we use Joi which is nice, let's use it in the frontend as well!
Frontend content validation in forms is not very DRY, we have weak checks against the fields and repeat the code for every form. On the backend side we use Joi which is nice, let's use it in the frontend as well!