nerv icon indicating copy to clipboard operation
nerv copied to clipboard

A blazing fast React alternative, compatible with IE8 and React 16.

Results 86 nerv issues
Sort by recently updated
recently updated
newest added

表现为 点链接 hashchange 了, 但页面没变化; 但此时F5刷新,能渲染指定路由 另开issue放代码. 代码是常见的 react 结构: index 是entry, 它引入 app 并渲染; app引入了router和两个组件 hello和about, 组合后导出 Hello.jsx ```es6 import Nerv from 'nervjs' class Hello extends Nerv.Component { constructor()...

请问能否提供一个支持IE8的路由示例?React Router 2.3.0. `RouterContext.js:40 Uncaught TypeError: _react2.default.createClass is not a function` #73 #62

项目中使用 this.forceUpdate()这个API来达到同步更新state的效果,结果发现会报错; ![image](https://user-images.githubusercontent.com/8215182/68110923-e064fc00-ff28-11e9-966b-4a99f7703e47.png) 代码示例: ```jsx onOptionCreate(option: Option) { this.state.options.push(option) this.state.optionsCount++ this.state.filteredOptionsCount++ this.forceUpdate() this.handleValueChange() } ``` 去掉这个api改用正常的setState正常不会报错

这个是有什么限制吗?

在saucelabs测试中只看到对IE9是兼容的,请问现在最新版还能像以前一样兼容IE8否?

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1. Commits - [`b31e67f`](https://github.com/yeikos/js.merge/commit/b31e67fe6592390c967c991aa604c06ed2ae8c4f) link broken - [`6ad6035`](https://github.com/yeikos/js.merge/commit/6ad6035b901b3d680beac82de39ca83a93885246) Fix prototype pollution - See full diff in [compare view](https://github.com/yeikos/js.merge/compare/v1.2.0...v1.2.1) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=merge&package-manager=npm_and_yarn&previous-version=1.2.0&new-version=1.2.1)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any...

dependencies

Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1. Release notes *Sourced from [sshpk's releases](https://github.com/joyent/node-sshpk/releases).* > ## v1.16.1 > * Fixes for [#60](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/60) (correctly encoding certificates with expiry dates >=2050), [#62](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/62) (accepting PKCS#8...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...

dependencies