slevy85

Results 6 issues of slevy85

Hi, first of all thank you for this huge amount of work and this great module. I am trying to make it work and I am not sure I understand...

question

Hi, I saw that loadNamespaces returns a different type from what expects I18nProviderProps ``` export default async function loadNamespaces( config: LoaderConfig = {} ): Promise ``` ``` interface I18nProviderProps {...

… React setState. This allow to use all useState features available. The storage is updated asynchronously with [this effect](https://github.com/ionic-team/ionic-react-hooks/compare/master...slevy85:master#diff-d8ca0e62e3f1f7533f89c085d38d826dR98).

Hi thank you for this great react fetch hook, Is there a way to make the fetch abortable and abort it when component is unmount ? Thank you

enhancement

Really appreciate the possibility to use typescript interface to generate runtime code. And also it is very nice to be able to use the typescript interfaces as it is, not...

enhancement

Hello, Is it possible to generate typescript enums when using the json schema property "enum" ? For example with this in my schema : ``` "gender": { "title": "Gender", "enum":...