Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dacejs/dace
🐟 A minimalistic universal (isomorphic) react framework for building web apps.
https://github.com/dacejs/dace
code-splitting expressjs isomorphic react redux server-side-rendering universal webpack
Last synced: 9 days ago
JSON representation
🐟 A minimalistic universal (isomorphic) react framework for building web apps.
- Host: GitHub
- URL: https://github.com/dacejs/dace
- Owner: dacejs
- License: mit
- Created: 2018-05-28T07:53:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:49:55.000Z (about 2 years ago)
- Last Synced: 2025-01-07T10:30:57.185Z (17 days ago)
- Topics: code-splitting, expressjs, isomorphic, react, redux, server-side-rendering, universal, webpack
- Language: JavaScript
- Homepage: https://dacejs.com
- Size: 2.5 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Dace
🐟 A minimalistic universal (isomorphic) react framework for building web apps.
[https://dacejs.com](https://dacejs.com)
[![Build Status](https://travis-ci.com/dacejs/dace.svg?branch=master)](https://travis-ci.com/dacejs/dace)
[![npm version](https://img.shields.io/npm/v/dace.svg?style=flat-square)](https://www.npmjs.com/package/dace)
[![npm downloads](https://img.shields.io/npm/dm/dace.svg?style=flat-square)](https://www.npmjs.com/package/dace)
[![Dependency Status](https://david-dm.org/dacejs/dace.svg)](https://david-dm.org/dacejs/dace)## Todo
- [ ] 升级到 `babel@^7`
- [ ] 升级到 `webpack@^5`
- [ ] css 按页面打包
- [ ] without-redux 前端路由不触发getInitialState
- [ ] 启用 webpackbar 时 eslint 和 stylelint 报错信息显示不完整
- [ ] 资源 prefetch
- [ ] vendor 在dace.config可配置
- [ ] less-loader的支持
- [*] 重新设计 paths.js defaultEnv.js dace.config.js
- [ ] 确认 DACE_API_BASE_URL 是否可以删除