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
77
77
`rollup <https://rollupjs.org/guide/en/ >`__ or `webpack <https://webpack.js.org/ >`__
78
78
into a
79
79
`web module <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules >`__
80
- by using IDOM's
80
+ using IDOM's
81
81
`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
84
84
:class: `~idom.client.module.Module ` objects that load them from source:
85
85
86
86
.. code-block ::
You can’t perform that action at this time.
0 commit comments