react-performant-forms
TypeScript icon, indicating that this package has built-in type declarations

1.2.40 • Public • Published

React-Performant-Forms

Pick a hook and save logic, rerenderings and apply best practices within your forms.

Currently supported hooks:

  • useForm:

    • Keep track of all your child inputs within your parent component.
    • Input Errors, Server Errors within your inputs & Ability to memoize handlers disregarding if other input changes (Happens when your parent component renders).
    • Ability to change error messages on inputs.
    • Submission & validation.
    • Debounce support and much more!
  • usePaginatedScroll:

    • Keep data, pagination and loading state within a paginated scrollable container.
  • useResponsive

    • Keep track of your screen-width resolutions with attached-event-listener.
    • Ability to remove resizing listener for one time resolution.
    • Set your own breaking-points.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.401latest

Version History

VersionDownloads (Last 7 Days)Published
1.2.401
1.2.391
1.2.380
1.2.370
1.2.360
1.2.350
1.2.30
1.2.20
1.2.10
1.2.00
1.1.00
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i react-performant-forms

Weekly Downloads

2

Version

1.2.40

License

MIT

Unpacked Size

31.8 kB

Total Files

8

Last publish

Collaborators

  • ferm0494