Sergei Cherniaev
Sergei Cherniaev
Привет, переведу Suspense for Data Fetching. PR #446
@kostia-lev было обсуждение термина, загляни в issue https://github.com/reactjs/ru.reactjs.org/issues/423
- Base Web + Gatsby. [cmf29.ru](https://cmf29.ru/) – a nonprofit Russian fund, that provides loans to small and medium-sized businesses - Me - Yes
@dreamorosi hi, I'm going to look at it and create a PR.
Hi @dreamorosi. I hope you are doing well! I looked at it and consider two options: #### 1. "Restore" console `console` property initialized as right now and later in `setOptions()`...
Hey, @dreamorosi, thanks for pointing out this issue. I want to work on this feature. I'll dive into the discussion and write a top-level plan here, then we will discuss...
Hey @dreamorosi. I hope you're doing well. I've been working on this feature and have some questions to ask. According to RFC, the scope of this PR is basically to...
> The reason for not having it there is that we would like customers to use this new POWERTOOLS_DEV setting only in development/test environments. By this logic, the setting was...
Hi there! We discussed this RFC with @dreamorosi and how to move it forward, so as the first step I did a little research about JSON validation packages, that could...
@dreamorosi In my understanding `ajv` does two steps `compilation` and `validation`. The performance comes from using/reusing compiled schemas (cached as hashmaps). So you have two options, compile schema everytime in...