Hacker News new | ask | show | jobs
by jonnii 3961 days ago
I have the same problem. list-view 2.0 exists as a branch on krisseldens github (https://github.com/krisselden/list-view/network) and there have been other people forking from there. The implementation is _much_ simpler now due to glimmer, no more needing to get funky with ember internals. So it's essentially a re-write.

I haven't tried the 2.0 branch myself, but it _should_ be a drop in replacement.

1 comments

That is good to know. I figured that ember-list view was likely using some private APIs and fiddling with the ember internals. It makes sense that the Glimmer engine would require a large amount rewrite work for list-view.
I just finished getting this working - if you clone that branch there is an example ember-cli app inside tests that has some examples which are great starting points.
Fantastic. Thank you. I'll carve out some time for upgrading soon.