use-twind-with
use-twind-with copied to clipboard
Twind integration packages for frameworks & libraries with examples
How to setup twind-next with new "app" folder from next.js 13?
I have a question. How to integrated the library with angular ? I still failed to work with angular. except if I use it with remote dependency and I code...
Hi there! Great work with Twind... it's an amazing concept and I am really loving the API. I tried integrating it with Next.js + Webpack 5 and got this error:...
Next.js supports [React 18](https://nextjs.org/docs/advanced-features/react-18/overview) by default now, but `@twind/next` is defined to max out at `react ^17` I believe the library is compatible with react 18 as-is, so it should...
preact/compat changes `className` to a synonym of `class`. Thus, we only need this setup when preact/compat isn't imported. This change fixes failure when preact/compat is used and the component is...
Mostly just raising this issue to remind myself to do it later 🙃
https://github.com/tw-in-js/use-twind-with/blob/d40071a0d91319d4a07ceb09b4a03e4f4d7c729d/packages/wmr/prerender.ts#L25 ...but: https://github.com/tw-in-js/twind/blob/15441649dcdfb97fba56e0cc8870f08485cfc1c6/src/server/index.ts#L73-L85 ```js reset: () => { /* ... */ } ```
See https://codesandbox.io/s/rrjq1?file=/public/index.js In summary, if you use `@twind/wmr` and import `preact/compat`, re-render is broken by the error `Cannot set property className of # which has only a getter` Although I...
Still needs some work... - `packages/nuxt/src/plugin.js` uses lodash templates and this angers prettier - Surely my efforts to get around this have lead to the inclusion of unneeded packages... Perhaps...