|
|
|
|
|
by adambratt
4147 days ago
|
|
I'm actually surprised I haven't seen this done more around the web. It does take more work to actually have to build everything twice (first placeholder, than actual filled content) but just using some CSS classes and any decent framework like Angular would make this pretty easy to do. |
|
'we' use angular on our project and it does this by 'default'.
i.e. the HTML/CSS always loads right away while the dynamic content is loading in the placeholders, which in turn are the elements themselves that will be used.
This article seems dated, 2000? I haven't worked on an AJAX app since that time, at least one with pinwheels and white pages...