Jason Quense
Jason Quense
jest will auto mock something intelligently i think based on module exports. e.g. jest.mock('found/router')
i think jest is the best example of it, but it still a bit welded into jest itself. there might be some better optins tho now that Proxy is well...
Hey the links example seems to work for me. What are you seeing that is wrong?
not sure what this issue is about...react storybook should work with any react component.
unless you have some information that would help someone solve a bug here there isn't much we can do. I don't think anyone has any interest in making a storybook...
TBH the value of redux here is less that it integrates into ones app, I don't think we've ever needed routing state outside of the context of the component tree...
I think picking one library for another doesn't ofter much here. It's only worth ripping out if we think the byte savings out weigh the cost of maintaining new bespoke,...
Hey folks sorry. I'm just getting to upgrade to react 18 with a few big projects so I will be able to better test and debug this. Hopefully with a...
The problem seems to be StrictMode not react 18. my initial tests show it working fine in react 18
I have been nerd sniped into working on this today, and so far what I gather is that most of the issues are due react 18 strict mode double mounting...