kriasoft / isomorphic-style-loader

CSS style loader for Webpack that is optimized for isomorphic (universal) web apps.

Home Page:https://reactstarter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forward refs

jsardev opened this issue · comments

We should drop the ComposedComponent and just forward refs to the composed component. This wasn't possible at the time this feature appeared, but is now as we have React.forwardRef.