Skip to content

Commit

Permalink
Deployed to Github Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
HK-SHAO committed Feb 6, 2025
1 parent 4ff5495 commit 0e3b9a4
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">

<head><title>React Client Side Async</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="description" content="React tools for async rendering in client side."><script defer src="./static/js/lib-react.2a10415d.js"></script><script defer src="./static/js/471.6a568e08.js"></script><script defer src="./static/js/index.6fde5b22.js"></script><link href="./static/css/index.e8e62bcb.css" rel="stylesheet"></head>
<head><title>React Client Side Async</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="description" content="React tools for async rendering in client side! 🚀"><script defer src="./static/js/lib-react.2a10415d.js"></script><script defer src="./static/js/471.6a568e08.js"></script><script defer src="./static/js/index.4e5f4c54.js"></script><link href="./static/css/index.04530f5c.css" rel="stylesheet"></head>

<body>
<div id="root"></div>
Expand Down
70 changes: 70 additions & 0 deletions static/assets/package.b854e0df.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"name": "react-client-async",
"version": "1.3.4",
"main": "dist/lib.js",
"module": "dist/lib.js",
"files": ["dist/", "README.md", "LICENSE"],
"types": "dist/lib.d.ts",
"author": {
"name": "HK-SHAO",
"email": "hk-shao@outlook.com"
},
"homepage": "https://shao.fun/react-client-async",
"bugs": "https://github.com/HK-SHAO/react-client-async/issues",
"repository": {
"type": "git",
"url": "https://github.com/HK-SHAO/react-client-async.git"
},
"description": "React tools for async rendering in client side! 🚀",
"readme": "README.md",
"keywords": [
"react",
"client",
"async",
"hooks",
"promise",
"recursion",
"componets",
"awaitable"
],
"license": "MIT",
"scripts": {
"build:app": "rsbuild build",
"build:app:deploy": "bun run build:app && bun run push:pages",
"build:lib": "bun run scripts/build-lib.sh",
"build:lib:publish": "bun run build:lib && bun publish",
"push:pages": "bun run scripts/push-pages.ts",
"check": "biome check --write",
"dev": "rsbuild dev --open",
"format": "biome format --write",
"preview": "rsbuild preview"
},
"dependencies": {},
"peerDependencies": {
"react": "^17 || ^18 || ^19",
"react-dom": "^17 || ^18 || ^19"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@rsbuild/core": "^1.2.4",
"@rsbuild/plugin-mdx": "^1.0.2",
"@rsbuild/plugin-react": "^1.1.0",
"@tailwindcss/postcss": "^4.0.3",
"@tailwindcss/typography": "^0.5.16",
"@types/gh-pages": "^6.1.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.20",
"gh-pages": "^6.3.0",
"postcss": "^8.5.1",
"postcss-load-config": "^6.0.1",
"postcss-loader": "^8.1.1",
"react-inspector": "^6.0.2",
"react-syntax-highlighter": "^15.6.1",
"react-toastify": "^11.0.3",
"tailwindcss": "^4.0.3",
"tsc-alias": "^1.8.10",
"typescript": "^5.7.3"
}
}
1 change: 1 addition & 0 deletions static/css/index.04530f5c.css

Large diffs are not rendered by default.

Loading

0 comments on commit 0e3b9a4

Please sign in to comment.