Use custom lazy for loading components

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Jonathan
2025-06-11 18:39:11 +02:00
committed by Sacha Al Himdani
parent 1ba61f691e
commit e1b63b59a6
13 changed files with 47 additions and 43 deletions

View File

@@ -1,14 +1,18 @@
{
"name": "@probo/react-lazy",
"version": "0.1.0",
"description": "Enhanced React lazy loading with retries and error handling",
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts"
},
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0"
}
"name": "@probo/react-lazy",
"version": "1.0.0",
"description": "Enhanced React lazy loading with retries and error handling",
"private": true,
"type": "module",
"main": "src/index.ts",
"scripts": {},
"prettier": "@probo/prettier",
"peerDependencies": {
"react": ">18.0.0"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}