简体   繁体   中英

Does a dynamic website need a front-end, or are all front-end dynamically generated?

I am learning web development and I'm stuck with the difference between static and dynamic websites.

From what I gather, dynamic websites are generated realtime from the server side, which would mean that all the html, css and javascript are generated through the server side code.

This would mean that dynamic websites don't need a front-end.

But I have a guess. You can create a front-end with all the javascript, html, and css, which would act as your base; after that, you can dynamically generate any changes made by a user for example and then send it and insert it into your front-end.

Is the former correct or is my guess the one that's right? Or am I understanding this completely wrong?

Though you are creating your website dynamic you need to develop your front-end layout and UI design just the data in it will be buffered and updated based upon the database and the user requirements, your guess was right.

exactly we need to create the frontend and backend just the data for every instance will be updating based upon the user login or user or client requirements.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM