javascript - Can I edit React components without reloading the browser? -
If the proposals respond to DOM reconciliation, it is possible to reload the dynamic component code and re-submit Is it after editing it? I'm looking for a solution that allows me to edit, save and update JSX files automatically in the browser without unloading or losing its position without reloading the page. Without it. Ideally this browser should work without the plugin. You , a drop-in loader Enables live editing for a browser plug-in or IDE hook required With Marriage Webpack (HMR) response If you do this, you can use:. How it works: , and . And it's all vanilla js.
React.createClass special
call createClass and
updateClass ;
forceUpdate to re-present the components.
Comments
Post a Comment