ice/examples/without-react-router
大果 32a56a2ee5
refactor: optimize router (#4814)
* chore: add useful log for router

* fix: renderComponent -> app.renderComponent

* fix: renderComponent -> app.renderComponent

* feat: spa support renderComponent

* chore: add example

* chore: build-plugin-app-core remove npmlog

* feat: support disable request plugin

* feat: wrapper page in plugin-app-core(not yet plugin-router)

* chore: optimize examples

* chore: move wrapper page to plugin-react-app

* chore: optimize router log

* feat: register enableRouter in runtime

* fix: enableRouter typo error

* feat: add mpa to runtime buildConfig

* chore: runtime buildConfig.router -> enableRouter

* chore: optimize example

* chore: bump version and add changelog

* fix: ts type

* fix: example app.renderComponent

* fix: eslint and remove log

* test: add icestark-layout test case

* chore: try test case

* fix: addProvider not work

* chore: add store test case

* chore: try test case

* chore: try test case

* chore: try test case

* chore: add npm install before test

* chore: enable all test

* chore: fix test install

* feat: ssr search params (#4987)

* feat: ssr search params

* feat: support renderComponent ssr

* chore: add comment

* feat: add enableRouter to context

* chore: add changelog

* fix: ssr error

Co-authored-by: ClarkXia <xiawenwu41@gmail.com>
Co-authored-by: 狒狒神 <fushen.jzw@alibaba-inc.com>
2021-12-02 10:44:03 +08:00
..
public feat: serve component without react-router (#3977) 2021-01-05 11:03:17 +08:00
src/pages refactor: optimize router (#4814) 2021-12-02 10:44:03 +08:00
build.json feat: serve component without react-router (#3977) 2021-01-05 11:03:17 +08:00
package.json feat: serve component without react-router (#3977) 2021-01-05 11:03:17 +08:00
tsconfig.json feat: serve component without react-router (#3977) 2021-01-05 11:03:17 +08:00