Skip to content

Commit

Permalink
chore: add codesandbox example to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Nov 14, 2022
1 parent cce63f9 commit 8a87404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ blogPosts.sort(sortByProperty('author.name', 'asc'));
- Handles `null` and `undefined` values gracefully by moving the object to the end of the array.
- High performance, up to 3 times faster than lodash orderBy and sortBy *

Try it out: https://codesandbox.io/s/sort-by-property-example-hin358

## Installation

Install with your favorite package manager:
Expand Down

0 comments on commit 8a87404

Please sign in to comment.