libreform / react-component

React component for WP Libre Form
MIT License
1 stars 0 forks source link

Ditch core JS #4

Closed k1sul1 closed 4 years ago

k1sul1 commented 5 years ago

Right now this makes an effort to use the same JS as the WordPress plugin. It works ok, but it's a total PITA to maintain. None of it is really required.

I'll let each LibreForm instance maintain their own state. They'll take callbacks as props, and success and error indicators as render props.