An open API service indexing awesome lists of open source software.

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

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 | ✔︎ | ✘ |

##