@steely/react

Usage with jest needed add module mapper to generate stable className hashes

Usage no npm install needed!

<script type="module">
  import steelyReact from 'https://cdn.skypack.dev/@steely/react';
</script>

README

@steely/react

Jest

Usage with jest needed add module mapper to generate stable className hashes

jest.config.js

module.exports = {
  moduleNameMapper: {
    '@steely/react': '@steely/react/lib/node',
  },
}