question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Next] Validation guide

See original GitHub issue

@jaredpalmer Would you mind removing yup internal wiring from package?

It is extremely easy to use any validation library. Instead, we should provide examples on wiring 3rd party libraries of choice with Formik.

I am down for this task if you approve.

TODO: validations guides

  • jquense/yup
  • poppinss/indicative
  • tdegrunt/jsonschema
  • remote (REST) validation

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:7
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
jaredpalmercommented, Sep 5, 2017

@Andreyco

Running list (feel free to add):

  • jquense/yup (obvi)
  • poppinss/indicative
  • tdegrunt/jsonschema
2reactions
jaredpalmercommented, Sep 5, 2017

@Andreyco Just add a section (H2) in 0.9 readme anywhere called Validation:

## Validation

Intro (you can use your own validators). They can be promises or an object.

### Custom validation function

### Using 3rd-party validation libraries

You can use any validation library you want. You may or may not wish to transform the library's errors to `{ [field]: string }`.

#### 3rd-party lib 1

#### 3rd-party lib 2

#### 3rd-party lib 3

#### 3rd-party lib 4
Read more comments on GitHub >

github_iconTop Results From Across the Web

Building Forms with Next.js
This guide will teach you how to create a web form with Next.js. ... JavaScript offers an additional level of validation along with...
Read more >
Sign in - YouTube
The Ultimate NEXT.JS 13 Tutorial (Complete Walkthrough w/ Examples) · Complete React Form Validation using Formik & Yup in Hindi ·...
Read more >
NextJs form validation || next js tutorial for beginners - YouTube
We are using react-hook-form: https://www.npmjs.com/package/react-hook-form.You can change ext of validate.js file to validate.jsx if you ...
Read more >
Guide | Vuelidate
A simple, but powerful, lightweight model-based validation for Vue.js 3 and 2.
Read more >
Guidelines for Validation of Next-Generation ... - PubMed
Next -generation sequencing (NGS) methods for cancer testing have been rapidly adopted by clinical laboratories. To establish analytical validation best practice ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found