Hanxing Yang
Hanxing Yang
[`Widgets`](https://github.com/goplus/www/tree/master/goplus.org/widgets) is a solution to build and publish content for embedding in 3rd-party sites, based on Next.js. It can be extracted as an independent library for similar purpose of other...
Currently the examples for goplus.org & play.goplus.org is maintained separately: * goplus.org: `goplus.org/components/Home/Intro/examples/` * play.goplus.org: `playground/examples/` We need to put them in one place - not only the codes, but...
### Current behavior For a code-block which consists of more than one code-segments, each code-segment with its own doc.  ### Expected behavior Place result under the code-block instead of...
`safeValue` is like `$` of `FieldState` in formstate-x v2, while with some differences: 1. Naming as `safeValue` (or something else) instead of `$` 2. All states (including `FormState`, `ArrayFormState`, etc.)...
Now formstate-x uses validation-on-change mode (with debounce). Validation-on-blur is also a common use case. It is important to support such case officially.
If we implement a complex input with: ```ts state = new TransformedState( new FormState({ foo: ... }) ) ``` There will be codes like `state.$.$.*` in the input component, which...
fix #58
Comparing with: * React Hook Form https://react-hook-form.com/ * Formik https://formik.org/ * Formily https://formilyjs.org/ They even give a section about [How to learn Formily](https://formilyjs.org/guide/learn-formily).