examples
examples copied to clipboard
React-typescript example Update Factory to generate new data each time
Fixes https://github.com/miragejs/examples/issues/10
Uses functions instead of getters in the Person Factory to make sure a new Person is generated each time. Maybe thee typings could be improved, I would love some input on that.