Skip to content

Commit 637c1b7

Browse files
authored
improve readme (#944)
1 parent 67e6181 commit 637c1b7

File tree

1 file changed

+27
-10
lines changed

1 file changed

+27
-10
lines changed

Diff for: README.md

+27-10
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,41 @@
1-
<a href="https://reactpy.herokuapp.com">
2-
<img src="https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/reactpy-logo-wide.svg" alt="ReactPy Logo" id="reactpy" width="500px" />
3-
</a>
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>
417

5-
ReactPy is a library for building user interfaces in Python without Javascript. ReactPy
18+
---
19+
20+
[ReactPy](https://reactpy.herokuapp.com) is a library for building user interfaces in Python without Javascript. ReactPy
621
interfaces are made from components which look and behave similarly to this found in
722
[ReactJS](https://reactjs.org/). Designed with simplicity in mind, ReactPy can be used
823
by those without web development experience while also being powerful enough to grow
924
with your ambitions.
1025

11-
<table>
26+
<table align="center">
1227
<thead>
1328
<tr>
14-
<th>Supported Servers</th>
15-
<th>Supported Integrations</th>
29+
<th colspan="2" style="text-align: center">Supported Backends</th>
30+
<tr>
31+
<th style="text-align: center">Built-in</th>
32+
<th style="text-align: center">External</th>
1633
</tr>
1734
</thead>
1835
<tbody>
1936
<tr>
2037
<td>
21-
<a href="https://reactpy-docs.herokuapp.com/docs/guides/getting-started/installing-reactpy.html#officially-supported-servers">
38+
<a href="">
2239
Flask, FastAPI, Sanic, Tornado
2340
</a>
2441
</td>
@@ -50,7 +67,7 @@ run(HelloWorld)
5067
Follow the links below to find out more about this project.
5168

5269
- [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.
53-
- [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.
5471
- [Community Forum](https://github.com/reactive-python/reactpy/discussions) - ask questions, share ideas, and show off projects.
55-
- [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.
5673
- [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)