Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@deckstar/final-form
Advanced tools
🏁 Framework agnostic, high performance, subscription-based form state management. Made with TypeScript.
Final Form TS is a subscription-based state-management library for building forms in JavaScript.
Final Form TS is a fork of Erik Rasmussen's Final Form, rewritten in TypeScript.
Pick the form package that you want and install it with the "@deckstar" prefix. For example:
yarn add @deckstar/final-form
The package is mostly compatible with the original final-form
packages.
import { createForm } from "@deckstar/final-form"; // almost identical to the original final-form
If you wish to import packages with their original names (e.g. "final-form" rather than "@deckstar/final-form"), you must install the packages with an alias. Make sure to include the version! For example:
yarn add final-form@npm:@deckstar/final-form@^1.0.0
This alias would allow you to import things with the same package name as the original package. This can be useful if you don't wish to rewrite imports throughout a project.
// import { createForm } from "@deckstar/final-form"; // won't work anymore
import { createForm } from "final-form"; // works after adding the alias!
FAQs
🏁 Framework agnostic, high performance, subscription-based form state management. Made with TypeScript.
The npm package @deckstar/final-form receives a total of 0 weekly downloads. As such, @deckstar/final-form popularity was classified as not popular.
We found that @deckstar/final-form demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.