Brandon Smith

Results 1 comments of Brandon Smith
trafficstars

``` const HomeView = () => { // Some hooks to do our madness. const [cards, setCards] = useState(data); const [cardLength, setCardLength] = useState(data.length); var cardStack : Swiper|undefined = undefined;...