react-kinetic-core

Utilities and components for development with React and Kinetic Core

Usage no npm install needed!

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

README

React Kinetic Core

Helpful components for developing Kinetic Core Edition bundles with React.

Installation & Usage

See the Documentation for an introduction and API reference information.

FAQ

Do I need to use Redux or a special middleware for the API helpers?

No, you do not. Kinetic Data uses Redux but the API helpers are meant to return a promise and you can use them however you please.