What is the best and safest language for frontend of a web app with python used as backend?
For further actions, you may consider blocking this person and/or reporting abuse
What is the best and safest language for frontend of a web app with python used as backend?
For further actions, you may consider blocking this person and/or reporting abuse
Karen Payne -
Hayato Takenaka -
Soumaya Erradi -
AkhilProto -
Top comments (6)
HTML, CSS, and Javascript are must for frontend and then you can try typescript.
Alright thanks, I'll try it
You don't have much choices in frontend. Generally, HTML, is and css are frontend maker. You can write them or generate them using backend language.
You can also try different css/ js based frame works
Will try them, thanks
As far as ‘languages’ for front end go, you have HTML, CSS and JavaScript combined. Within JavaScript there are front-end libraries and frameworks which might be what you are thinking of? If not, HTML, CSS & JS is all you really need.
Alright thank you