Before I try a web framework, I want to know if there's an easy way to do authentication, authorization and multitenancy. Multitenancy may have multiple approaches but am talking about something as simple as row-based multitenancy to get things started. But I also understand this may be a lot for version 0.1. Either way, this is still fantastic work and thanks for sharing.
This is cool! It's weird that I, very recently, created a project based on FastAPI and had a strong desire for a React frontend as well, so I created a solution for it. My solution actually supports React SSR as well and this project has motivated me to publish my library. Thanks!
This looks interesting, but there's a lot of moving pieces (rust, python, typescript, react, v8).
Maybe remove the .DS_Store files from repo and update your gitignore globally to avoid this issue. Also, Pydantic has SecretStr that might be useful to use.
Very interesting work! Thanks for sharing. How hard do you think it'd be to swap React for Svelte ? Not that I feel strong for one or the other but I'm the process of learning svelte and having a good backend strategy for svelte views would be cool.
This would be fun to wire up into django middleware for some quick VM binding for react frontends. Appreciate the approach, as other's have said kudos and keep up the good work! Any work in this space to help alleviate the boilerplate is great
This looks interesting! I need to try this on the weekend :)
By the way, I have been able to integrate JavaScript and any backend language with a hybrid approach, which works really well for large-scale commercial projects.
In a hybrid application, we'll have all of the following types of pages:
-- Server-first Django/Laravel/Ruby pages with little-to-no JavaScript.
-- Client-first JavaScript pages with little-to-no Django/Laravel/Ruby.
More Details Here ... https://twitter.com/dvcoolarun/status/1753310384843337907
I'm very happy to see that this package makes use of pydantic. I have been a heavy user of Dash and there is a ton of room there for an improved dev experience via typed models/components/callbacks built on pydantic primitives.
Personally, I probably won't venture to use this as I don't really need the extra client-side flexibility that this provides, but it's an impressive project for an early stage release.
There have been several other web app packages highlighted here over the last week. It's great to see new work being done on open source hobby projects on the web app front for Python/react/rust.
I have a less elegant, but perhaps less "magic" setup here: https://github.com/nitro-bio/micro-app
Looove that approach! Other than the TODO example, is there a full project I can look at that's based on Mountaineer? If I choose to be an early adopter, what are the current gaps / shortcomings I need to look out for?
Seems interesting as current Python-based solutions don't have good support for Javascript. I see the support for the binding is from Python to JS but do you have any plans to support two-way binding work?
This is awesome, thank you for building this. I've been looking for something like this for a long time. Does it have any built-in authentication features?
i like the idea of tight integration between frontend and backend by abstracting out the api/data fetching/transformation which is a lot of busy work
Hi I am trying to learn react for integration with Django.
I keep starting to build tic tac to application and then just leave it there.
Any tips and or documents on how to properly learn react ?
What makes it better than the current existing solutions though? For someone who is just interested in rapid prototyping?
Brilliant project. I was looking for something like this for my projects - canโt wait to try it.
Does it support serverside rendering (SSR)?
Very nice. I would probably not try it, as it's FastAPI based, but more of these things need to spring up!
Does anybody know something similar in Golang?
interesting, def gonna try it out. thanks for sharing your work.
Seems very neat!
very cool
[dead]
I personally would like to see less of Python in the world but nevertheless great job!
Kudos for how much polish and documentation work you've done here. It's rare to see a v0.1 release that's this accessible to newcomers, even rarer to see it all from one person. You clearly care about developer experience and that makes the project much more inviting.