bitovi / react-to-web-component

Convert react components to native Web Components. Works with Preact too!
https://www.bitovi.com/open-source/react-to-web-component
MIT License
728 stars 43 forks source link

Feature: Strict Mode Support #170

Open chez14 opened 10 months ago

chez14 commented 10 months ago

This PR adds support to render the component in React Strict Support by introducing new option called strictMode in R2WCOptions interface. The option are false by default.

This PR will also fix #169.

maxd commented 2 months ago

Is this PR ready for merge and release?