noflo-react

Facebook React components for NoFlo

Usage no npm install needed!

<script type="module">
  import nofloReact from 'https://cdn.skypack.dev/noflo-react';
</script>

README

noflo-react Build Status Build status

Facebook React components for NoFlo

Changes

  • 0.4.0 (December 05 2017)
    • Updated from React 0.14 to React 16.x
    • Removed ListenEvents, Mount, SetProps, and Unmount components since they're incompatible with how modern React works
    • Added RenderComponent component that works like Render but accepts a React component interface instead of using AMD
    • Ported from CoffeeScript to JavaScript