-
I was admiring your work and all I have is just a quick question: How did you enforce top-down updates (aka zombie bug)?
I couldn't figure it out by looking at your code.
Anyway, thanks for the …
-
Hey all!
I've recently added this lib to the project I'm working on and I got errors both during the build of storybook and in the browser because of the nullish coalescing operator:
```
ERR! /…
-
The ~~issue~~ cool feature of the Bazel is that Bazel does not allow cyclic dependencies which occurs if trying to combine all reducers into RootReducer and then use RootState as type for selectors (c…
-
The gTTS project just released a new version `2.2.1` that fixes the google translation. Copying the new gTTS code over the one shipped in this Anki extension solved it for me. Here are the steps:
1…
ghost updated
3 years ago
-
I see that @rt2zz isn't active anymore. I have tried reaching out through multiple platforms without any response. Nonetheless, I think we are all grateful for his contributions and owe Zack a big tha…
-
My components use plain javascript objects as their props am I right in thinking that I only need to use `redux-persist-transform-immutable` and not `redux-persist-immutable-state`?
When trying to im…
-
To support react 17 in future some development needs to be done.
Migration path:
https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
"The primary purpose of …
-
redux-devtools is a humongous project and we should consider the use of `esbuild` or `swc` to speed up compilation time.
We could use [`rollup-plugin-esbuild`](https://www.npmjs.com/package/rollup-pl…
-
### Describe the bug
I'm migrating from **_repack_** to _**repack with rspack.**_
Here is the babel-load rule when using with webpack.
```
{
test: /\.[cm]?[jt]sx?$/,
include: [
…
-
In `5.0.0-beta.13` we converted from callback to promise. This is going to be a painful change as all storage engines will need to be updated, however better to bite the bullet now as longer term it w…
rt2zz updated
7 years ago