Hacker News new | ask | show | jobs
by picklelo 1189 days ago
Yes, in Pynecone you write your frontend in Python and it's compiled to a SPA, plus a FastAPI backend server to handle state updates. Django and Flask handle the backend in Python, but you still have to use Javascript for the frontend.
1 comments

SSR is included? Do you have some project that is completely build with this stack. Some real life project?
We use SSG under the hood, a good example would be our main website https://pynecone.io which is fully built in Pynecone.