How to use Reflex for making JS-powered websites in pure Python

Поділитися
Вставка
  • Опубліковано 18 бер 2024
  • When using Python to develop websites, it's typically confined to the backend. The frontend still has to be the same HTML/CSS/JS mix we all know. But a new breed of Python frameworks for web development lets you describe your frontend in Python, and have HTML/CSS/JS (or re-used React components) automatically generated from it. Reflex, previously known as Pynecone, is one such framework. This video shows Reflex's basic functionality, examples of its component gallery, and features like automatic reloading of edited code for fast development cycles.
    -----------------------------­---
    SUBSCRIBE: ua-cam.com/users/subscription_c...
    FACEBOOK: / infoworld
    TWITTER: / infoworld
    WEBSITE: www.infoworld.com/
  • Наука та технологія

КОМЕНТАРІ • 3

  • @AlekPetuskey-we7tj
    @AlekPetuskey-we7tj 3 місяці тому

    Awesome video! Thanks for checking out Reflex

  • @fabsync
    @fabsync 2 місяці тому

    thanks for the video! you should create a series on reflex and fastapi..

    • @InfoWorld
      @InfoWorld  2 місяці тому

      I'll look into Reflex and FastAPI! The latter has become quite a major Python fixture.
      -Serdar