react-playground icon indicating copy to clipboard operation
react-playground copied to clipboard

Add more support 3rd party libs inside scope

Open n3tr opened this issue 8 years ago • 0 comments

Right now we support only React inside scope. we can add some popular 3rd party libs such as

  • Redux, React-Redux
  • Styled-component
  • Styled-JSX (not support for Babel-standalone, custom build needed)

bonus: if we can do lazy load 3rd party since including all in will make bundle too big.

n3tr avatar Jun 14 '17 12:06 n3tr