hack4impact-uiuc / nnb-frontend

Frontend for Neighborhood News Bureau
2 stars 0 forks source link

Copy paste poi #108

Closed abjjabjj closed 6 years ago

abjjabjj commented 6 years ago

Should be everything needed for single copy-paste POI, minus component implementation. Making PR for feedback pls

abjjabjj commented 6 years ago

Clipboard is not preserved when switching from localhost:3000 to localhost:3000/form

vrunjeti commented 6 years ago

haven't looked at the new commits yet, but the redux store currently doesn't persist between urls. or rather, it only gets preserved if you change the url/path using react router since router goes through redux (as opposed to going directly to a different page). any time we go to another page, we should be using react router