Skip to content

cbelden/rx-pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJS Pagination

This is a sample application that utilizes RxJS to respond to user events and update a paginated list of results.

RxJS is primarily employed to react to user events (by entering search terms or clicking a new page). Each user event produces a new page model, which is then rendered.

Additionally, I've implemented match-highlighting to help visualize how the search filter is operating.

Feel free to make a pull request if you see any improvements!

Getting started

  1. Clone the repository
  2. cd to project root
  3. Run npm install
  4. Run gulp bundle
  5. Navigate browser to pagination.html

Tech used

  • task runner: gulp
  • templating: handlebars
  • bundling: browserify
  • handlebars transform: hbsfy
  • DOM helper: jQuery

About

Pagination sample showcasing RxJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published