Answer the question
In order to leave comments, you need to log in
`
What approach to choose for Frontend`a, under PHP without frameworks?
Now the most developed front-end frameworks are SPA (React, Angular, Vue).
But if you do not use SPA, then what approach to choose?
How to create a decent website using simple HTML+CSS(Bootstrap)+JS(JQuery)?
Simple HTML+CSS I think will not be enough, some kind of ecosystem is needed to minimize errors, and scalability in the future. So questions arose, for example, which file structure to choose, how to connect dependencies (Bootstrap ..) so that it would be easy to update.
In theory, all I need is to access the PHP Backend, take the data and render in the Front.
What do you advise ?
Preferably a real project on Github.
Thanks in advance.
Answer the question
In order to leave comments, you need to log in
take a project on react/vue/angular.
Leave the build, cut everything clean from the source, write console.log('hello world') there. remove all unnecessary from the dependencies (leave only the minimum necessary for the build)
That's it, you have a project without frameworks but the JS that generates you is a bundle of what you want.
as they did in the old days - it is no longer necessary. Although if you really want to, then who will forbid you.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question