英文:
Do I need a front end framework/bundler/typescript if I alreadymade my Js?
问题
我正在通过制作一个Web应用来学习Web开发,已经使用HTML、CSS和JavaScript完成了前端部分。然而,我看到一个关于路线图的视频,说我需要一个框架以及其他东西,比如Sass、Bootstrap、React、TypeScript等等。我还将创建一个数据库,但我不知道是否需要这些东西。如果我只是用HTML、CSS和JS完成了前端部分,是否还需要其他东西?
我已经研究了React和Bootstrap,但我认为我不需要它们。
英文:
I am learning Web development by making a web app and I have completed the front end with html, css and javascript. However, I saw a video about roadmaps that said i need a framework and other stuff like sass, bootstrap, react, typescript etc. I will also be making a database and i don't know if I need it for that. Do I need anything else if I have finished my fronted with just html css and js?
I have looked into react, and bootstrap but I dont think I need them
答案1
得分: 0
"Since your work fit your need you can keep it the way it is. But I would recommend you to get into frameworks and libraries like React to improve your web app's performance."
英文:
Since your work fit your need you can keep it the way it is.
But i would recommend you to get into frameworks and librairies like react to improve you web apps performances.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论