Hacker News new | ask | show | jobs
by maerek 3615 days ago
That's not progressive enhancement, it's lazy loading.

Progressive enhancement would be making all of the content visible and accessible, then adding functionality on top after the base page load is complete. If JS is required to simply view the text on a page, you're doing it wrong.

2 comments

GP clearly stated that JavaScript is not required to view the text on the page.
Is that not a rewording of what I just said?