Fork me on GitHub
#re-frame
<
2019-06-23
>
valtteri05:06:02

@abdullahibra you don’t really need to serialize and store the match object into LocalStorage. URL doesn’t change when the page is refreshed and reitit will produce the exactly same match after refresh. My suggestion is that you dissoc the match from app-db before serializing (likely in the interceptor).

👍 4
axl31623:06:40

Hi! I'm using re-com with re-frame.. for a bunch of re-com components, like Modals, buttons etc., I want to use bootstrap classes.. for example , I want to get the fade in effect of opening a modal that you see with bootstrap modals.. How can I achieve this? It seems like I can't just add a bootstrap class to the element