-
I would like to see the `nameof` operator be considered for Typescript.
This feature was just added to C# [description](http://blogs.msdn.com/b/csharpfaq/archive/2014/11/20/new-features-in-c-6.aspx),…
-
ImmutableJS 4.0.0 was just released after a very lengthy RC phase.
Update NFT to include this version after confirming it all works. Supposed to have more efficient implementation and better TypeSc…
-
I was searching to find existing issues/ projects that would `ApolloClient` return [Immutable.js](https://facebook.github.io/immutable-js/) structure. However, I did not find anything.
If you are u…
-
Very experimental idea but worth pursuing. This will automatically fix the ES6 issues with tree-shaking.
I think we need to compile keywords just down to strings for this to work properly.
This …
-
Inspecting my state inside Redux Devtools, values that should be Immutable Maps are being shown as plain objects. I believe this is causing issues when attempting to replay events as the Map methods a…
-
In some sense, handling pagination in a smart way is just a special case of "when you ask for data, treat certain fields in a special way because we know that the arguments are meaningful." So if we'r…
-
### Goal: 10ms blocks
When you are in a browser environment, in order to have a smooth UI, main-thread JS should be kept to [10ms per frame](https://developers.google.com/web/fundamentals/performance…
-
## ✏️ EDIT: It seems to be fixable like that
```
function getValues (o: Obj) : Array {
return Object.values(o)
}
```
see this comment: https://github.com/facebook/flow/issues/4771#issue…
-
Encountered while testing converting a legacy app (that uses ImmutableJS) to createSlice.
The actual reducer implementation makes a [check](https://github.com/reduxjs/redux-toolkit/blob/master/pack…
-
### What is your Scenario?
I upgraded to the latest TestCafe version and i am getting the following issue as soon as i put
await t.debug()
internal/console/constructor.js:291
thr…