Steven

Results 131 issues of Steven

Follow up to #39270 to make the props collapse to newlines

area: documentation
created-by: Next.js team

Also curious to see if a redeployment will fix the current errors

- Fixes #987 However this causes `next` to fail, likely because Yarn 1 doesn't respect the `libc` field here https://unpkg.com/browse/@next/[email protected]/package.json ``` Error: Command failed: /var/task/yarn-cli/lib/cli.js add [email protected] error https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.2.4.tgz: Extracting...

We're currently doing a lot of work to render the top 10 npm version sizes. 1. Retrieve npm manifest from registry 2. Sort all versions with semver 3. Filter down...

enhancement

Today I noticed some slowness and some intermittent connection issues. I thought maybe zeit was down but it turns out, the server load has increased quite a bit. A lot...

question

This adds two badges to the README.md file - GZIP Size: the compressed size of the bundle - Install Size: the size of the package from npm install

Does Omi support server-side rendering?

This might not be possible but I'm wondering if anyone had success with type checking the ES6 tagged template string. Before hyperx, I wrote something similar called [typed-tmpl](https://github.com/styfle/typed-tmpl) which type...

Could dot-dom support React Hooks to manage state? Maybe create a `dot-dom-hooks` project so users could opt-in? This would provide really great compatibility between React Components and dot-dom Components 😄...

This is a feature request to add an optional compatibility layer so that existing 3rd party React components could be rendered via `dot-dom` core. For comparison, there is a lib...

enhancement