https://github.com/dacejs/dace-lite
A minimalistic universal (isomorphic) react framework for building web apps
https://github.com/dacejs/dace-lite
Last synced: over 1 year ago
JSON representation
A minimalistic universal (isomorphic) react framework for building web apps
- Host: GitHub
- URL: https://github.com/dacejs/dace-lite
- Owner: dacejs
- Created: 2020-04-15T08:42:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:08:16.000Z (over 3 years ago)
- Last Synced: 2025-01-22T00:39:47.557Z (over 1 year ago)
- Language: TypeScript
- Size: 2.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Dace-lite
## Dace VS. Dace-lite
| -- | dace | dace-lite |
| ------ | ------ | ------ |
| 开发语言 | JavaScript | TypeScript |
| JS 预编译器 | babel | tsc |
| 浏览器端路由 | ✔︎ | ✘ |
| SPA | ✔︎ | ✘ |
| 页面切换 loading 效果 | ✔︎ | ✘ |
| 分页面打包文件 | ✔︎ | ✔︎ |
| Multi page | ✘ | ✔︎ |
| 服务器端 HMR | ✔︎ | ✔︎ |
| 插件扩展 | ✔︎ | ✘ |
| 环境变量赋值时机 | 编译时 | 运行时 |
| dace 是否打入 bundle.js | ✔︎ | ✘ |
##