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

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.10 to 4.1.2. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.1.2 - April 13th, 2019 > Chore/Test: > - [#1515](https://github-redirect.dependabot.com/wycats/handlebars.js/pull/1515) - Port over linting and test for...

dependencies

``` StyleSheetManager.js:30 Uncaught (in promise) TypeError: Cannot read property 'componentStyle' of undefined at StyledComponent.renderOuter (StyleSheetManager.js:30) at Consumer.render (create-context.ts:91) at lifecycle.ts:148 at errorCatcher (lifecycle.ts:30) at renderComponent (renderer.js:16833) at mountComponent (lifecycle.ts:116) at...

Thanks for the React alternative. Does it support React 16's Fragments syntax?: ```js render() { return ( ); } ``` https://reactjs.org/blog/2017/11/28/react-v16.2.0-fragment-support.html

enhancement

I'm getting `React.createContext is not a function`. It would be nice to have an explicit list of what's not supported of the React API, instead of what is supported. Is...

hi there ~ i am try to use nervjs for my next.js app, but the build process is failed: ```js ./node_modules/mobx-react-lite/dist/index.module.js Attempted import error: 'useDebugValue' is not exported from 'react'....

nerv支持ie8,使用的react16,与之配套的react-router4 ,不支持ie8 如果使用react-router3,由于使用的是react16,又不与之兼容 这样就开发不了多页面应用啦~ 有支持ie8与之配套的前端路由推荐吗

由于Taro 工程里面使用了 Nerv作为节点render,所以对于render的时候,报错Cannot add property parentVNode, object is not extensible; 复现步骤: Taro 工程引入 react-apollo 的 ApolloProvider; ``` import ....; ....link, cache, resolvers definition const client = new ApolloClient({ link, cache,...

最新React的 hooks 特性,目前Nerv是不支持的; 另外集成了 react-apollo的时候, 相关的 ApolloProvider 组件是不支持的; 能否帮忙看下集成这两块的支持的计划?谢谢

input onChange事件在safari浏览器下获取e.target.value异常(当input绑定value值时)

今天发现有个组件的 componentDidMount 周期未被触发。具体的情况如下: 组件A 调用 组件B,组件B中调用组件C。组件C的 componentDidMount 未触发。不知道是不是组件的层级太深造成的 使用的版本是:nervjs 1.3.9