react-strict-dom
react-strict-dom copied to clipboard
React Strict DOM (RSD) is a subset of React DOM, imperative DOM, and CSS that supports web and native targets
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.25.6 to 7.27.1. Release notes Sourced from @babel/runtime's releases. v7.27.1 (2025-04-30) Thanks @kermanx and @woaitsAryan for your first PRs! :eyeglasses: Spec Compliance babel-parser #17254 Allow using of...
### Describe the issue Im getting an error when I try to specify a helper for media queries to not have to write the string in every condition (or a...
### Describe the issue In short, you cannot simply install this package because react-native@>=0.75.2 currently points to 0.79.1 which peerDependencies react@^19.0.0, but this package peerDependencies React 18. ``` $ npm...
### Describe the feature request I spend some time to setup RSD with Next.js. Nothing crazy, but I wanted to setup it the best way, with turbopack support. I think...
### Describe the issue `compat` is [documented here](https://facebook.github.io/react-strict-dom/api/other/compat/), but it does not have a Typescript definition. ### Expected behavior Typescript definition for `compat` is available ### Steps to reproduce -...
### Describe the issue I've been trying to get react-strict-dom working with expo@canary and running into `Uncaught TypeError: _interopRequireDefault is not a function`. ### Expected behavior Hoping to be able...
Until https://github.com/facebook/stylex/pull/856 is merged and released, this is kind of the only option to be able to write imports like defined in a tsconfig file.
### Describe the issue Hello, I tried the example from [Theming Components](https://facebook.github.io/react-strict-dom/learn/themes/) docs, but I faced a minor TypeScript issue. Not sure if I'm doing something wrong. ### ❌ Type...
### Describe the issue Myself and some colleagues have been asked to evaluate the accessibility of React Strict DOM for possible use in an e-commerce app that falls under the...