This blog site has been archived. Go to react.dev/blog to see the recent posts. Today we’re happy to announce the initial release of PyReact, which makes it easier to use React and JSX in your Python applications. It’s designed to provide an API to transform your JSX files into JavaScript, as well as provide access to the latest React source files. Usage Transform your JSX files via the provided module: For full paths to React files, use the module: Django PyReact includes a JSX compiler for…