Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
https://goo.gl/ypkI0b
Model–view–viewmodel - Wikipedia
https://goo.gl/HYK93E
React
https://goo.gl/tyqG15
Vue.js
https://goo.gl/qLKwNs
AngularJS — Superheroic JavaScript MVW Framework -
@heyheni VueJS is love ❤️
I think onepage apps are better in terms of user experience but for huge websites you have to mix it so you load pages in the backend when the user needs it but don't reload the whole website. -
-
LuxARTS16137y@heyheni I want a personal opinion. In the web that I'm working I can't use libraries (no bootstrap,no jquery, no react, etc.) because the server has only 512kB of memory to store the web (it's a microcontroller). As I'm not a professional web developer I'm looking for opinions about how you would manage the content and why.
-
Hiding content in css still loads the hidden content. Bad for mobile. If i only want the contact page I would have to suck in the rest of the shit, slowing down the whole process and eating data. Generally a shit idea.
-
I like the style of spiders, man their webs are awesome. Did you know that a bigger web with proportional strength of that of a spider's web could actually stop an F22 mid air?👌
-
devTea219107yI would still go with number 1 cause number 2 would be a pain to develop, display: none still loads the document
Related Rants
-
tahnik63So I need to create a nice new web app. Let's look at some cool JS frameworks that I can work with. *5 mins l...
-
devmonster84My friend said an intern designed this UI for an internal site. No. Just... no
-
ahmedam23What only relying on JavaScript for HTML form input validation looks like
I want your opinion about designing a web.
What is better for you?
1) A web page with 2 files (e.g. page1.html and page2.html), so the client must send a request for each content.
2) A web page with 1 file (e.g. page.html) with all the content in divs with 'display: none' and switch between them wth javascript.
Thanks!
question
js
web
design
opinion
client
server
html
page