Skip to content

Demonstration of scroll restoration in multiple forms - server rendered, hybrid and fully client side application

Notifications You must be signed in to change notification settings

denno020/scroll-restoration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scroll Restoration

This repo has been put together in combination with the article posted to Log Rocket that talks about manually implementing scroll restoration in an e-commerce website.

Server Rendered HTML

This is the typical, old school, HTML files served from the server approach.

Hybrid Server/Client Rendered App

This is a mix of the typical HTML files served from search approach, with some JavaScript sprinkled in to handle loading further information, in this case, products

Fully Client Rendered App

This is the new school, all client side rendered app. In this case, it's a React based application.

About

Demonstration of scroll restoration in multiple forms - server rendered, hybrid and fully client side application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published