Results 20 comments of JokcyLou

If we can use reft to hold state, why not just use an global object? ```js const obj = {} function Comp() { const [count, setCount] = useState(0) useEffect(() =>...

@yoshuawuyts Oh my node version is 9.11.1. so what I need to do is just upgrade my node or set DISABLE_NANOTIMING env ?

这段代码在chrome console中执行,第二个setInterval输出了两次,是什么情况?

Same problem here! And I tried successfully commit once, after that, all work good. Maybe you can try.

I have a proposal but I'm not sure if it will work. Currently the success invoke event type is something like: ```js ActionObject ``` And the `{data: SessionJoinResource}` is what...

I can pr to implement this if you accept this proposal.

> usually the provider is defined in the component library: > > https://github.com/i18next/react-i18next/blob/2eb634989abaeb657d2596ef7cc50483bfb6a68b/example/react-component-lib/src/other-lib/component.js#L14 I know, the library can still provide a default I18nextProvider and for most use case it's enough....

@jamuhl It's not about who's responsibility but another option, just like we can pass an i18next instance to Trans to switch instance, customize context will help to create multiple copy...

To me another option is always good since we won't break any existing apis.

> I think it is also the fact of having another concept to maintain, docs, support, etc. > > If you think this is not the case, you may try...