4 ms·
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 th
by picklelo 4y 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.
- Liberonostrud 4y agoSSR is included? Do you have some project that is completely build with this stack. Some real life project?
- apetuskey 4y agoWe use SSG under the hood, a good example would be our main website https://pynecone.io https://pynecone.io which is fully built in Pynecone.