-
# 关于开发框架的讨论
## 背景
我们已经形成了开发工具uba和组件库bee,但是,基于react的技术栈,在路由和数据处理层面的技术和方案很多。并且基于redux的生态就比较复杂,如何提供一个开发框架让开发者快速进行应用开发成为了一个关键的问题。
## 需求
- 易上手,概念少
- 操作数据方便
- 后续可扩展性好
- 持续的生态要好
## 初步考虑
…
-
A common practice to consume pullable sources is to pull an item on every push.
For an example, see [staltz/callbag-iterate](https://github.com/staltz/callbag-iterate).
That works, and is conceptu…
-
## Bug Report
**Current Behavior**
When compiling a typescript file that imports something from `rxjs` with the `isolatedModules` option for typescript set to true, the following error occurs:
…
-
The `./messages` folder doesn't contain the resulting json files when I upgraded to the latest babel and webpack. I'd expect this plugin to find all usages for `FormattedMessage`, `FormattedHTMLMessag…
-
/fixme$ npm i
npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated browserslist@1.7.7: Browserslist 2 could…
-
Hi,
Looking at the code for setting up form controls in [shared.ts](https://github.com/angular/angular/blob/master/modules/angular2/src/common/forms/directives/shared.ts) it appears we detect contr…
-
I noticed that this issue appeared already multiple times (in by-now closed bugs) in the past but it still seems to be present. Neither 'detect' nor providing an explicit version number seems to work …
-
Edição número **302**.
Ajude a BrazilJS Weekly postando sua dica, link ou sugestão aqui nos comentários desta issue.
Ao longo da semana vamos debatendo e juntando os melhores links que serão inser…
-
Hi,
I have some code for an epic. When I get a 401 error, it is supposed to call a callback function and return an Observable stream which will pop up an error modal. This works in all browsers, ex…
-
If I understand correctly, when signal value is accessed, it doesn't perform a check when the edge already exists:
1. Accessing `current()` value: https://github.com/ryansolid/solid/blob/8fe0c11360…