File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ For projects that will be shared with others we recommend bundling your Javascri
7777`rollup <https://rollupjs.org/guide/en/ >`__ or `webpack <https://webpack.js.org/ >`__
7878into a
7979`web module <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules >`__
80- by using IDOM's
80+ using IDOM's
8181`template repository <https://github.com/idom-team/idom-react-component-cookiecutter >`__
82- as a blueprint. Once you've done this, you can distribute bundled javascript in your
83- Python package and integrate it into IDOM by defining
82+ as a blueprint to build a React component . Once you've done this, you can distribute
83+ bundled javascript in your Python package and integrate it into IDOM by defining
8484:class: `~idom.client.module.Module ` objects that load them from source:
8585
8686.. code-block ::
You can’t perform that action at this time.
0 commit comments