You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can replace the current vanilla version and the build size will be smaller since the current vanilla version is based on the react version and it needs to include react and reac-dom as part of the bundle ([vanilla] reduce bundle size #137).
One of the big Web Components caveats is browser support. Although nowadays it's not too good, eventually it could be better in the future and polyfills will serve on demand based on user agent using polyfill.io.
(non exhaustive list, feel free the comment)
Since I never wrote a Web Component before, I don't know if I need to consider any more caveats.
The text was updated successfully, but these errors were encountered:
After some conversations could be interesting create a Web Component version of the current (and the main) React connector.
Why
react
andreac-dom
as part of the bundle ([vanilla] reduce bundle size #137).(non exhaustive list, feel free the comment)
Since I never wrote a Web Component before, I don't know if I need to consider any more caveats.
The text was updated successfully, but these errors were encountered: