-
When trying to implement a fairly basic, but polymorphic, active record style model system we run into issues with the type system not respecting `this` when used in conjunction with a constructor or …
-
TypeScript supports generic type/interface/class declarations. These features serve as an analog of "type constructors" in other type systems: they allow us to declare a type that is parameterized ove…
-
**Is your feature request related to a problem? Please describe.**
Date objects get converted to string
**Describe the solution you'd like**
Use superjson as a transformer (or any other alternati…
-
This proposal relates to the ongoing management and development of the IFC specification, and the auto-generation of conforming IFC software libraries and documentation. Because the IFC specification …
-
This is a proposal for allowing generics as type parameters. It's currently possible to write specific examples of monads, but in order to write the interface that all monads satisfy, I propose writi…
-
https://github.com/Bogdan-Lyashenko/Under-the-hood-ReactJS (图解ReactJS 👍 💯 💯)
https://github.com/jeromedalbert/real-world-react (本仓库搜集了一系列基于 React 开发的真实环境下的开源应用代码库,能够帮助初学者从资深开发者的代码中逐步学习了解 React)
-…
-
Some ideas for evolution of Parse Server example:
Have multiple branches, with different levels of complexity, such as:
- [x] dev - the most simple Parse Server
- [ ] cjs - commonJS version of …
-
![image](https://user-images.githubusercontent.com/12899262/77813693-863a2280-70e5-11ea-8005-41448b1b1b42.png)
181.1 万用户
553.6万仓库
-
Thanks for the great work.
I try to dispatch the action manually but it call the reducer directly, the action didn't been called.
I check out the source and see every addReducer will return the su…
-
Proposal: support non-structural typing (e.g. new user-defined base-types, or some form of basic nominal typing). This allows programmer to have more refined types supporting frequently used idioms su…