-
It would be great to have the possibility to support the autocompletion of props in the editor.
-
## Build React Libs for developers
**Scope**: This article is about building complementary lib or UI components, not building a whole design system from the ground up.
**Common requirement**s:…
-
## reproduce step
1. init a new next.js repo
2. install `jotai` and `@swc-jotai/react-refresh`
3. enable `@swc-jotai/react-refresh` in `next.config.js`
4. add a jotai atom in a page with 'use clie…
seiry updated
1 month ago
-
**Describe the need**
I want to sort JSX props based on several options, this can improve readability and keeps solid specific props in order, just like [eslint-plugin-react](https://github.com/jsx-e…
-
### Which package(s) are affected?
SSR (@lit-labs/ssr)
### Description
Issue was raised by Justin here: https://github.com/lit/lit/pull/4515#discussion_r1470161030
Because ssr depends on i…
-
I'm trying to add some SSI directives in the index.html so that I can return dynamic meta tags based on the current url. I'm doing this to solve the Facebook Meta Tag issue. Below is the snippet of th…
-
### Issue Summary
Deployment on Vercel fails on following steps from https://cal.com/docs/introduction/quick-start/self-hosting/vercel
### Steps to Reproduce
1. tried
[![Deploy with Vercel]…
-
Hi there,
I've trying to add hot reloading to an app which uses angularJS and react (using react2anglar) using the following config:
`
"babel-plugin-ng-hot-reload": "^3.2.1",
"webpack": …
-
### Link to the code that reproduces this issue
https://github.com/jmderby/min-repro-next-render-issue
### To Reproduce
1. run `pnpm i`
2. run `pnpm dev`
3. visit localhost:3000, see consol…
-
Is there any way we can add support for these directives? It would make writing jsx a lot nicer and look a lot cleaner.
In react, I found this plugin that made writing jsx/tsx nicer for me. Is the…