Fork me on GitHub
#reagent
<
2018-08-18
>
urbanslug11:08:18

Hello, I have a href like (str "#path") when the browser loads it though it prefixes a "/" this is expected, right? and does the route "#" read this route?

urbanslug12:08:39

however when I change the app-state the value for reagent-render but the value for component-did-mount does not

urbanslug12:08:04

hmmm componentDidMount is only called once in the lifecycle of any component,

lilactown19:08:20

@urbanslug not sure what you’re asking.