Hacker News new | ask | show | jobs
by zocoi 1146 days ago
I’m not a fan of writing front end code with Python or any language other than JS/TS. How deep can I customize or build feature rich UI? I still think the best combo is Rails/ Django API with Nextjs client
1 comments

With PySaaS, your app's frontend is compiled down to a NextJS app, and FastAPI is built-in for the backend.

UI components are fully-customizable, and are actually wrappers around React components using Chakra UI. If you want to get fancy, you can even wrap your own components in three simple steps.

Learn more here: https://pynecone.io/docs/advanced-guide/wrapping-react