Skip to content

Commit 5c8a411

Browse files
committed
minor doc update + bump idom-client-react
the latest idom-client-react version just includes some internal changes
1 parent 8d59a77 commit 5c8a411

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/source/extra-features.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ To install **all** extra features run
1616
pip install idom[all]
1717
1818
19-
Sanic Layout Server
20-
-------------------
19+
Layout Server Implementations
20+
-----------------------------
2121

22-
At the moment this is the only supported :ref:`Layout Server` available for IDOM:
22+
There are several supported :ref:`Layout Server` implementations available for IDOM:
2323

24-
.. code-block:: bash
25-
26-
pip install idom[sanic]
24+
- `Sanic <https://sanicframework.org/>`__: ``pip install idom[sanic]``
25+
- `Flask <https://palletsprojects.com/p/flask/>`__: ``pip install idom[flask]``
26+
- `Tornado <https://www.tornadoweb.org/en/stable/>`__: ``pip install idom[tornado]``
2727

2828

2929
Python Language Extension

idom/client/app/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

idom/client/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"snowpack": "2.12.1"
2020
},
2121
"dependencies": {
22-
"idom-client-react": "^0.7.0",
22+
"idom-client-react": "^0.7.3",
2323
"react": "^16.13.1",
2424
"react-dom": "^16.13.1"
2525
},

0 commit comments

Comments
 (0)