Silvio Deligios

Results 4 issues of Silvio Deligios

the component don't get the class from the father component. i can see in the html inspector that the class it's actually set in the div of the loader but...

I'm using the [example](https://github.com/Paratron/hookrouter/blob/master/src-docs/pages/en/02_routing.md#nested-routing) in the documentation ```typescript import React, {useEffect} from 'react' import {FocusStyleManager} from '@blueprintjs/core' import {A, useRoutes} from 'hookrouter' const AboutArea = () => { const routeResult...

bug

I have installed this library with npm in a CLI project, i've followed the quick walk through but this is the result ![schermata 2017-05-03 alle 16 20 20](https://cloud.githubusercontent.com/assets/17427266/25666695/8cf510ce-3021-11e7-9d91-8c5eb3f72c6a.png) somebody can...

Can you add a related entity to your todo example? Like an Author or something similar. I can't understand how to manage cases like this. Thank you