Skip to content

Commit 12ede38

Browse files
committed
improve readme
1 parent c791ac8 commit 12ede38

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

README.md

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,41 @@
1-
<img src="https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/reactpy-logo-wide.svg" alt="ReactPy Logo" id="reactpy" width="500px" />
1+
<p align="center">
2+
<a href="https://reactpy.herokuapp.com">
3+
<img src="https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/reactpy-logo-wide.svg" alt="ReactPy Logo" id="reactpy" style="min-width: 300px; width: 50%" />
4+
</a>
5+
</p>
6+
<p align="center">
7+
<em>Reactive user interfaces with pure Python</em>
8+
</p>
9+
<p align="center">
10+
<a href="https://github.com/encode/starlette/actions">
11+
<img src="https://github.com/reactive-python/reactpy/workflows/test/badge.svg" alt="Build Status">
12+
</a>
13+
<a href="https://pypi.org/project/reactpy/">
14+
<img src="https://badge.fury.io/py/reactpy.svg" alt="Package version">
15+
</a>
16+
</p>
17+
18+
---
219

320
ReactPy is a library for building user interfaces in Python without Javascript. ReactPy
421
interfaces are made from components which look and behave similarly to this found in
522
[ReactJS](https://reactjs.org/). Designed with simplicity in mind, ReactPy can be used
623
by those without web development experience while also being powerful enough to grow
724
with your ambitions.
825

9-
<table>
26+
<table align="center">
1027
<thead>
1128
<tr>
12-
<th>Supported Servers</th>
13-
<th>Supported Integrations</th>
29+
<th colspan="2">Supported Backends</th>
30+
<tr>
31+
<th>Built-in</th>
32+
<th>External</th>
1433
</tr>
1534
</thead>
1635
<tbody>
1736
<tr>
1837
<td>
19-
<a href="https://reactpy-docs.herokuapp.com/docs/guides/getting-started/installing-reactpy.html#officially-supported-servers">
38+
<a href="">
2039
Flask, FastAPI, Sanic, Tornado
2140
</a>
2241
</td>
@@ -48,7 +67,7 @@ run(HelloWorld)
4867
Follow the links below to find out more about this project.
4968

5069
- [Try it Now](https://mybinder.org/v2/gh/reactive-python/reactpy-jupyter/main?urlpath=lab/tree/notebooks/introduction.ipynb) - check out ReactPy in a Jupyter Notebook.
51-
- [Documentation](https://reactpy-docs.herokuapp.com/) - learn how to install, run, and use ReactPy.
70+
- [Documentation](https://reactpy.herokuapp.com/) - learn how to install, run, and use ReactPy.
5271
- [Community Forum](https://github.com/reactive-python/reactpy/discussions) - ask questions, share ideas, and show off projects.
53-
- [Contributor Guide](https://reactpy-docs.herokuapp.com/docs/developing-reactpy/contributor-guide.html) - see how you can help develop this project.
72+
- [Contributor Guide](https://reactpy.herokuapp.com/docs/developing-reactpy/contributor-guide.html) - see how you can help develop this project.
5473
- [Code of Conduct](https://github.com/reactive-python/reactpy/blob/main/CODE_OF_CONDUCT.md) - standards for interacting with this community.

0 commit comments

Comments
 (0)