chrisp-dev / uwproj3

Project 3 UW/Trilogy bootcamp
1 stars 1 forks source link

User State -> Swiper Component #6

Open chrisp-dev opened 4 years ago

chrisp-dev commented 4 years ago

Trying to modify the example with react-spring to accept a dynamic array of Users rather than a static one. Also, the example I found does not refill the array with new data, it just restarts. So I'm having to figure out how to create another component to pass in the state of the users or handle the user state within the component, but there's already a lot going on in there... yay

chrisp-dev commented 4 years ago

https://codesandbox.io/s/fduch the example