@dolnpm/form-extractor

Reads a statically created form, for example from backend templates on Rails, and copies the attributes into React. Primarily built for copying forms created by Devise (Rails gem), including the rails authenticity token, then magically converting them int

Usage no npm install needed!

<script type="module">
  import dolnpmFormExtractor from 'https://cdn.skypack.dev/@dolnpm/form-extractor';
</script>

README

Form Extractor

Reads a statically created form, for example from backend templates on Rails, and copies the attributes into React.