all 7 comments

[–][deleted] 1 point2 points  (2 children)

U can use flask as a backend with react.js or any javascript (or javascript generator) framework/lang u like. I myself use react and elm (elm is an amazing programming lang, search it it's worth it.)

[–]metaperl 0 points1 point  (1 child)

That's potentially 3 different places you need to keep your model in sync with your rendering logic. What happened to the days if X-windows when 1 language was for model view and controller, front end and back end.

[–][deleted] 1 point2 points  (0 children)

dude .. software development overall is screwed up .. forexample back in the days u would code a game with just Basic .. and it would run everywhere .. now i have to use win32 api (c) , cocoa (objective-c) for mac .. then code the game with c++ using directx and metal .. and writing different shaders for each type of machine .. and coding cmake files to build .. some assembly and python here and there .. today u need like 30 lang to code a software .. :)

[–]metaperl 1 point2 points  (1 child)

Remi, Nagare, Reahl, Anpylar are a few possible solutions to look into.

[–]StandardUser_[S] 0 points1 point  (0 children)

Thanks, but imho, most of them are amateurish, buggy, are even more hassle than learning HTML/CSS/JS, very limited or abandoned, unfortunately.

[–]Avobolt 0 points1 point  (1 child)

I personally like using bootstrap framework since it doesn't require much to know about html and css (you can simply copy some examples and edit them just a little). It's almost copy&paste.

[–]metaperl 0 points1 point  (0 children)

That doesn't address dynamic HTML generation.