cedvdb
cedvdb
Have you resolved this issue ?
Should it be the scope of this library though ? Wouldn't it be easier if you could easily plug in fields from other libraries ? After all you won't please...
> @cedvdb consider the fact that no one responds to issues, PRs... > Take a look on reactive-forms yeah that's what I picked in the end
wouldn't js with indexedDB be enough ? Last I checked the js client was just allowing graphql queries
They are definitely spot on. You could remove the param entirely. pathBlueprints is an array which is filterable. ```dart pathBlueprints: routes.map((route) => routeNames).where((name) => name != 'signedIn'); ``` Which could...
> guard to know what are all the routes in the app It doesn't have to, the end user does: `routes.map((route) => routeNames).where((name) => name != 'signedIn');` Or the end...
The end user wants an API that is simple to use with minimum boiler plate. However he has to define his routes somewhere, beamer can't read users minds. So why...
Does your approach work by just checking it's not a match ? If so I believe it's a better approach but I see something of importance here: we need to...
Now that I think about it, maybe it should always be with child routes included ? Wont that always be the case practically speaking ?
it's due to autofocus