1
0
Fork 0
mirror of synced 2024-09-11 23:16:00 +12:00
budibase/packages/builder
Andrew Kingston b06c6852a3 Optimise client library performance with skeleton loaders (#9256)
* Treat empty string default values as nullish when considering whether field default values should be applied to the real field value

* Add flag to allow not loading data immediately upon creation of a data fetch object

* Use loading context inside forms to avoid wasted renders while form schema are loading

* Wait for parent data providers to finish loading before loading their own data

* Optimise data provider to reduce updates as much as possible

* Allow forms to render content immediately again, but use the loading context to inform data providers to wait for them

* Remove fetchOnCreation flag for data fetches as now redundant

* Fix issue with deleting the selected button action when the next action has no parameters

* Lint
2023-01-11 08:01:41 +00:00
..
.vscode
assets add pro check and default state 2022-10-24 15:00:00 +01:00
build
cypress Skipping User Management tests - Covered Elsewhere 2022-12-06 12:04:36 +00:00
scripts
src Optimise client library performance with skeleton loaders (#9256) 2023-01-11 08:01:41 +00:00
.gitignore
babel.config.js
CONTRIBUTING.md
cypress.json
index.html
LICENSE.md
nuxt.config.js
package.json v2.2.13 2023-01-10 16:38:33 +00:00
README.md
reporterConfig.json
routify.config.js
tsconfig.build.json
tsconfig.json
vite.config.js
yarn.lock Bump qs from 6.5.2 to 6.5.3 in /packages/builder 2022-12-06 15:06:26 +00:00

Get Started

yarn install

Vite dev server (port 3000): yarn run dev Build yarn run build