Code Monkey home page Code Monkey logo

Comments (4)

bluebill1049 avatar bluebill1049 commented on July 1, 2024

This one is probably hard to improve at least it's my limitation at the moment as hookform focuses on field validation, if each input has async validation it will get re-render with validating prop.

from react-hook-form.

andrewgreenh avatar andrewgreenh commented on July 1, 2024

Can’t we somehow try to batch/dedupe the rerenders?

from react-hook-form.

andrewgreenh avatar andrewgreenh commented on July 1, 2024

Ah, focus in the sense that it scrolls to the field that is validating and it happens in an order? So it goes through each field, sets the global invalidating to true, validates and sets the global isValidating to false and then it continues with the next field?
That would exactly explain the behavior. Maybe we should separate the validation field into two: one for the global process, that is set to true when field validation starts, and is set to false when all fields are done, and a fieldIsValidating that is only switched for the fields one at a time?

from react-hook-form.

bluebill1049 avatar bluebill1049 commented on July 1, 2024

as far as i know, it's not as simple as that, if you have multiple async await running at the field level, it would be difficult to batch track without complicating the library impl. As this would be a better tool with something like RXJS instead.

from react-hook-form.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.