/react-source-render

An irreplaceable thing for sandbox with React :wrench:

Primary LanguageJavaScriptMIT LicenseMIT

DEPRECATED

Consider to use https://github.com/uber/react-view instead.


React Source Render

npm Travis CI Codecov David

Solved problem

This component was initially designed to replace the existing render playground in Semantic UI React docs. React Source Render is designed to be used with Babel Standalone. The component consists from the parts:

  • rendering component
  • Babel plugin to transform imports and resoolve them
  • Babel plugin to transform code to IIFE

Quick start

$ yarn add react-source-render
# or
$ npm install react-source-render --save

More

Explore docs for live demo.