Reyad Attiyat
Reyad Attiyat
## What did you implement: Memory usage of this plugin is really high when using package individually. This is because we store the webpack stats/results from each function compile until...
Currently if a component is wrapped with translate() HOC it cannot have a ref passed into it. This commit adds an option called `forwardRef` that will use React.forwardRef to pass...
Current the types remove some of the props typings when using the HOC. For example I have components that return functions instead of elements. Since children is not part of...