Skip to content

Instantly share code, notes, and snippets.

@srph
Last active December 27, 2017 16:03
Show Gist options
  • Select an option

  • Save srph/169544bbce680b7915a09fd4acb640f0 to your computer and use it in GitHub Desktop.

Select an option

Save srph/169544bbce680b7915a09fd4acb640f0 to your computer and use it in GitHub Desktop.
<SortingLayer list={list} sort={sort}>
{(list) => (
list.map((item, i) => (
<div key={i}>
{item.title}
</div>
))
)}
</SortingLayer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment