issues
search
sashankshukla
/
splash
2
stars
0
forks
source link
Initial setup for Listings redux
#39
Closed
mgp2542
closed
1 year ago
mgp2542
commented
1 year ago
Finished:
set up store.js
set up ListingsSlice.js (including addListing, deleteListing, and placeholder for editListing)
replaced local state logic with initial useSelector logic in Listings.jsx
merged Frankey's store set up and LoginData reducer into the central store.js setup
Still to do:
adjust Listing obj to match new listingsModel schema
hook up useDispatch for at least addListing and deleteListing
set up slice and useSelector/useDispatch for basic Filter functionality
Finished:
Still to do: