From d1f7bea9a5dcca80590894daadee9afea90528eb Mon Sep 17 00:00:00 2001 From: Adarsh Gourab Mahalik <71959210+itsmeadarsh2008@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:42:54 +0530 Subject: [PATCH] Add Reflex --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a7f5f89d..afadcd8cc 100644 --- a/README.md +++ b/README.md @@ -1151,6 +1151,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pyramid](https://pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework. * [awesome-pyramid](https://github.com/uralbash/awesome-pyramid) * [masonite](https://github.com/MasoniteFramework/masonite) - The modern and developer centric Python web framework. + * [reflex](https://github.com/reflex-dev/reflex) - A Python web framework for building both your frontend and backend with no JavaScript + * [awesome-reflex](https://github.com/reflex-dev/reflex) * Asynchronous * [tornado](https://github.com/tornadoweb/tornado) - A web framework and asynchronous networking library.