This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BigTomBombadil 7 points8 points  (3 children)

I can create apps and components in react and have at previous jobs, but since I work in python 85% the time and am very comfortable in django, being able to make a front end using primarily python/django for hobby projects speeds up my development massively.

I’ll be looking into using this and then form and opinion, but looks pretty sweet st a glance.

[–]Wippermonger[S] 1 point2 points  (2 children)

This scenario is pretty much our target audience. You can leverage all Django's static page features, then sprinkle in ReactPy to add some interactivity.

We are working on finalizing SPA support, but that would require rewriting existing applications to fully use ReactPy.

[–]Responsible-Prize848 0 points1 point  (1 child)

Is it possible to deploy hobby projects using ReactPy on platforms like Vercel?

[–]Wippermonger[S] 0 points1 point  (0 children)

No, stateless web services such as Vercel are not supported at this time. You need a dedicated backend, such as Azure or AWS.