Christian Theilemann

Results 55 comments of Christian Theilemann

Thanks @jaysoo , but I wonder isn't there a bit cleaner way to get structured information on the routerstore ( I don't want to parse the raw `pathname` in my...

Hi @jaysoo , thanks for the proposal. In general it's going in the right direction - those are some of my thoughts: - It may be a nicer API to...

Hi @jaysoo since the project I'm working on currently is a closed-source internal dashboard I cannot share the whole source code, but it should be fine to share my `routerStore.ts`...

for completeness sake, here's the implementation of asyncComputed: ```ts import { action, computed, observable } from 'mobx'; import { fromPromise, IPromiseBasedObservable, FULFILLED, PENDING, REJECTED } from 'mobx-utils'; export type IBaseAsyncComputed...

@jaysoo For this particular app probably not very soon. It's an internal dashboard (that may in future become accessible for our customer's super users) and used internally frequently by a...