@bolttech/form-engine 3.1.0-beta.4 → 3.1.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,20 +2,6 @@
2
2
 
3
3
  This is an adapter to be used with the bolttech form engine. Compatible with Next.js 13 and 14 and react 18.
4
4
 
5
- ## SSR compatibility
6
-
7
- Leaving behind the slowness that the old version gave us to render the form on the screen, this new version increases the speed of your project a million times,
8
- adding to Form-Engine a 🚀 Blazing Fast 🚀 React feature that we can render the Form on the Server, so that it is instantly displayed to the user!
9
-
10
- | Without SSR (Form engine v2) | With SSR (Form engine v3) |
11
- |------------------------------------------------|----------------------------------------|
12
- | \<Form> Component | \<Form> Component |
13
- | ![image](./assets/form-engine-without-ssr.gif) | ![image](./assets/form-engine-ssr.gif) |
14
- | \<AsFormField> Component | \<AsFormField> Component |
15
- | ![image](./assets/asformfield-current.gif) | ![image](./assets/asformfield-ssr.gif) |
16
-
17
- ## Summary
18
-
19
5
  1. [Sample](#sample)
20
6
  2. [mappers](#mappers)
21
7
  3. [Form Group Context](#form-group-context)