-
**Describe the bug**
I Wrote 2 lists, one using native-base components, second one using react-native components, and I am experiencing 2 to 3 times slower render on native-base side, my example cons…
-
Since NextJS app router is marked as stable we should provide a path fo users how to use Lingui with that.
Few main caveats here:
1. Server Components doesn't support Context, so you could not …
-
## Problem
It would be nice to have a way to run the migrate programmatically. I am running into an issue where my api is using lambdas (serverless) and my database is only accessible from within a…
-
### Amplify CLI Version
12.12.0
### Question
I am using amplify (cognito, dynamodb, appsync, lambda, hosting) for a web app with nextjs using github. Similar to [this thread](https://github.com/aws…
sph94 updated
3 months ago
-
Using the library in multi-language projects would be tremendous, and avoid copying/pasting templates but instead use the localization library.
Are there any plans to extend the project documentation…
-
Hi!
Im amazed and grateful by all this work, truly a gamechanger!
Very smooth to implement, but the one thing Im struggling with is publicPath. I know there is a pr up to solve this, but there se…
-
### Nuxt 3 support
Nuxt 3 comes with built-in utilities to support session and authentication. We are working on a new official module. Meanwhile, we recommend:
- [nuxt-auth-utils](https://gith…
-
### Which Remix packages are impacted?
- `remix` (Remix core)
- `@remix-run/react`
- `@remix-run/serve`
### What version of Remix are you using?
1.1.3
### What version of Node are you us…
-
Hi, I am trying to install Radix in a plain React.js project and getting the following warnings when trying to import `@radix-ui/themes`:
```tsx
import { Theme } from "@radix-ui/themes";
```
W…
-
I'm bootstrapping my project with nx and we don't get a tsconfig.json at the root level.
It would be nice if we could manually change the path for the tsconfig.json just like how we can change tailwi…