Pavel Zhukov

Results 62 issues of Pavel Zhukov

Parse [`::part()` selectors](https://developer.mozilla.org/en-US/docs/Web/CSS/::part) when `parsePartSelectors: true` option is passed.

with the following: - editor config like tab size, using 2 spaces, clear empty whitespace at the end of lines - recommended extensions and their configs: pug, stylus, startupjs, eslint

поскольку стили все как объекты подставляются, то теоретически можно: 1. эти объекты преобразовывать в обзерваблы, чтобы можно было триггерить ререндеринг при их изменении 2. вместо подстановки глобальной переменой статически, компилить...

On server side use dotenv to load everything into process.env. On client side write a babel plugin which will transform all process.env variables from runtime env and from .env file,...

- [x] change the `npx startupjs init` command to generate an Expo project - [x] update `@startupjs/cli` commands for `yarn metro`, `yarn ios`, `yarn android` (and any others affected) to...

feature

When params change, wait for all use* requests to finish before returning new results for all of them. On first render save the amount of `layers` -- track it in...

Maybe it will completely replace racer alltogether. Research if we can re-implement racer using MobX-state-tree for the singleton data tree. While keeping the same abstraction layer to work with paths...

feature

The syntax is gonna be using name of another component as a class name (starting with capital letter): ```js const MyCard = observer(() => { return pug` Div.root Button= 'Hello...