Skip to content

alex-min/phoenix-large-list-demo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

LargeListDemo for Phoenix Live View

This is a demo project for https://alex-min.fr/phoenix-live-view-very-large-list-hook/.

It demonstrates how a hook to show large lists can work.

In order to use this project, please run the seeds beforehand:

mix ecto.create
mix ecto.migrate
mix run priv/repo/seeds.exs

This will create the database along with 4000 test items, it's useful to visualize the list.

About

A hook for handling large lists in phoenix live view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published