From 62c3338fb8136b2bce545416ef67652619f845cb Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Fri, 26 May 2023 23:11:29 -0700 Subject: [PATCH] Clean up readme --- README.md | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index ead7f7f91..015249125 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,26 @@ -

- - ReactPy Logo - -

-

- Reactive user interfaces with pure Python -

-

+# ReactPy + +

- Build Status + - Package version + + + + + + + + + +

--- -[ReactPy](https://reactpy.dev/) is a library for building user interfaces in Python without Javascript. ReactPy interfaces are made from components which look and behave similarly to those found in [ReactJS](https://reactjs.org/). Designed with simplicity in mind, ReactPy can be used by those without web development experience while also being powerful enough to grow with your ambitions. +[ReactPy](https://reactpy.dev/) is a library for building user interfaces in Python without Javascript. ReactPy interfaces are made from components that look and behave similar to those found in [ReactJS](https://reactjs.org/). Designed with simplicity in mind, ReactPy can be used by those without web development experience while also being powerful enough to grow with your ambitions. @@ -38,7 +41,7 @@ @@ -52,18 +55,19 @@ To get a rough idea of how to write apps in ReactPy, take a look at this tiny _H from reactpy import component, html, run @component -def HelloWorld(): +def hello_world(): return html.h1("Hello, World!") -run(HelloWorld) +run(hello_world) ``` # Resources Follow the links below to find out more about this project. -- [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. -- [Documentation](https://reactpy.dev/) - learn how to install, run, and use ReactPy. -- [Community Forum](https://github.com/reactive-python/reactpy/discussions) - ask questions, share ideas, and show off projects. -- [Contributor Guide](https://reactpy.dev/docs/developing-reactpy/contributor-guide.html) - see how you can help develop this project. -- [Code of Conduct](https://github.com/reactive-python/reactpy/blob/main/CODE_OF_CONDUCT.md) - standards for interacting with this community. +- [Try ReactPy (Jupyter Notebook)](https://mybinder.org/v2/gh/reactive-python/reactpy-jupyter/main?urlpath=lab/tree/notebooks/introduction.ipynb) +- [Documentation](https://reactpy.dev/) +- [GitHub Discussions](https://github.com/reactive-python/reactpy/discussions) +- [Discord](https://discord.gg/uNb5P4hA9X) +- [Contributor Guide](https://reactpy.dev/docs/developing-reactpy/contributor-guide.html) +- [Code of Conduct](https://github.com/reactive-python/reactpy/blob/main/CODE_OF_CONDUCT.md)
Django, Jupyter, - Plotly-Dash + Plotly-Dash