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
The babel plugin can be used by web builds to inline the component wrapper and remove the runtime overhead. Fix #23
Implements a partial polyfill for non-inheritable 'visibility'. This does not polyfill the web behavior of being able to selectively override the 'visibility' of elements nested within an element with 'visibility:hidden'....
### Describe the feature request The RSD example app uses Expo to target Android, iOS, and Web but does not support extracting styles to an external CSS file for web....
Fixed node version typo from 0.16 to 16 in [CONTRIBUTING.md](https://github.com/facebook/react-strict-dom/pull/28/files#diff-eca12c0a30e25b4b46522ebf89465a03ba72a03f540796c979137931d8f92055)
### Describe the feature request Support `css.keyframes` on native. We can use `Animated` to polyfill this API and the following CSS props: * `animationDelay` * `animationDirection` * `animationDuration` * `animationFillMode`...
Thank you for starting a good project, I was looking through the files in the project and found some typos and corrected them.
### Describe the feature request Generate a TypeScript libdef for the npm package
### Describe the feature request Our plan is to try to inline the wrapper component on web, as it is relatively simple as long as some of its dependencies can...
### Describe the feature request React Native does not document how to enable the various web capabilities currently implemented on the Fabric architecture in the canary releases. Once that is...
### Describe the feature request Support the [`` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog). This element is not currently supported on native.