Victor Lin

Results 15 issues of Victor Lin

The docs describe being able to set initial store state in a constructor, by assigning to `this.state`. It seems reasonable to assume that doing it subsequently, in a store callback,...

Avoids re-rendering of context consumers whenever the provider re-renders.

semver-patch: fixes etc

To facilitate build-time styles extraction, it would be helpful to add an env or global variable that tells withStyles to create the stylesheet immediately, rather than waiting for the component...

https://github.com/scinos/webpack-plugin-hash-output/blob/0b4adc20111fa0a798581703b51cd2e138b59b0e/src/OutputHash.js#L76 The code added for mini-css-extract doesn't appear to work. For CSS, we have a problem; if the user configured mini-css-extract-plugin with `[chunkhash]` in the filename, we'll wind up with...

These steps seem to be missing from the build instructions.

chore

We're playing around with using Speedscope to visualize a Javascript bundle/module dependency graph, using the speedscope.json format. So far the Sandwich view has been the most helpful, but we're running...

## PR Checklist - [ ] Addresses an existing open issue - [ ] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [ ] Steps in [Contributing](https://typescript-eslint.io/contributing) were taken ##...

awaiting response
please fill out the template

### Describe the bug It's unsafe to merge something like ``` padding-top: --var(foo); padding-bottom: --var(bar); padding-left: --var(baz); padding-right: --var(quux); ``` since the result could differ from the original if any...

bug

Happo has a [stylesheets](https://docs.happo.io/docs/configuration#stylesheets) config option to ensure styles are applied at render time. We'd like these styles to also be injected at *prerender* time. This allows components such as...

## Summary React compiler is compiling ``` async function MyApp({ something }) { for await (const deferredState of foo) { // do stuff } } ``` into ``` async function...

Component: Optimizing Compiler