Reflex is also for web apps in pure python but it's little bit heavy
@iloveteachingblog1995Ай бұрын
Where did you find that you have to write fh before Titled or P, A,...? I haven't seen this before. Is it a new syntaxis? Nothing like this in fast html docs.
@NeuralNineАй бұрын
That was part of the tutorial on their website. I don't think it is part of the documentation unfortunately.
@iloveteachingblog1995Ай бұрын
Thanks
@V0ngard3n2 ай бұрын
Thanks for all the knowledge
@ЖавохирШавкатов-р2р2 ай бұрын
The content is really beneficial, can you take a video an overview on reactpy?
@CemilPars2 ай бұрын
So can we create dynamic websites with this application?
@MrKhkostadinov2 ай бұрын
That's indeed great video, thanks! Maybe you can also show how to edit/update given person info once added to database?
@higiniofuentes25512 ай бұрын
Thank you for this very useful video!
@higiniofuentes25512 ай бұрын
Everything was good until delete definition! From there a bit confusing 😅 You said no CSS, how to do then? Thank you!
@victornikolov5372 ай бұрын
The library uses PICO CSS which defines styles for each HTML tag without using classes. As you can see there is a style for for example, or the s. I kind of like it
@jcurwen312 ай бұрын
I really dont like the fact you have to define the database object inside the app constructor. people, People? What if you need another objects?. I like the fact to create webapp only in python, but it feels like there is to much magic here. What do you think?
@fillipefeitosa43312 ай бұрын
Yes... Imagine a regular app with 10 needed entities. I'm assuming they thought about this and just be a way to modularize it
@ЖавохирШавкатов-р2р2 ай бұрын
Which editor do you use?
@theseb19792 ай бұрын
That is pyCharm
@ЖавохирШавкатов-р2р2 ай бұрын
@@theseb1979 really?
@serychristianrenaud2 ай бұрын
Thanks
@nakatubo2 ай бұрын
great
@Somens8Dworld2 ай бұрын
why?😂
@BlackTeenMonkey2 ай бұрын
This will still render HTML. There should be a disclaimer. Please don’t learn a python framework for Frontend unless it’s for personal use.
@abhishekpardhi2 ай бұрын
Lost opportunity to call it fasHTML
@internetexplorer15932 ай бұрын
Wrong.. booo
@nr73432 ай бұрын
I really don't understand why people create libraries like this... without css? This html structure will get very messy very quickly...what is the purpose of this thing? Stupidity... it's nice for a school exercise to create such a library
@MrKhkostadinov2 ай бұрын
if I remember well fasthtml has built-in CSS, it is tailwind css (if I'm not in mistake)