So I used to always use basic html to make websites. Then eventually I learned css and javascript. But more recently, I discovered
frameworks
! I started using react and now it is my favorite way to make websites already.
So I thought I would make a poll, what is your favorite way to make a website?
How do you make websites?
- basic html
- html, css, js
- html, css, js + css package. (eg bootstrap)
- react
- vue
- angular
- other (comment)
3 Likes
I’ve never used a front-end framework like Boostrap before, I might try one later. Favorite is Python Flask btw.
2 Likes
I have done just HTML/CSS/JS, but Node is nice too.
1 Like
Flask 
Though i’m learning react
2 Likes
I mostly meant front-end, but I should have put that in the post 
how did you not include py frameworks as a given ;-;
1 Like
flask is a backend python package, I mostly meant frontend stuff
1 Like
ok ;-; you can still use pyscript
1 Like
I ust HTML, CSS (bootstrapped or just me twerking with it), and absolutely no Javascript anywhere.
No JS? So your buttons mean nothing.
1 Like
I need to put in the effort and actually learn react
at somepoint…
3 Likes
I had no idea Angular was that popular. Isn’t it a niche lightweight framework or something of the sort?
No, Angular is one of the most popular, it’s not niche, it’s pretty widely used… React is generally the most popular and Angular is generally the next most popular…
Karax, like I voted in my web poll thing XD
Svelte usually.
Sometimes React + Svelte though.
1 Like
How is it possible to use ZERO JS? I don’t really know JS but I still use it because it’s important. Flask can do some things JS can (and some things it can’t), but is NOT a replacement.