Chau Tran
Chau Tran
```ts @Component({ template: ` {{search$ | async}} Submit ` }) class Component { uiActions = getActions({search: (e) => e.target.value}) refresh$ = this. uiActions.search$.pipe( switchMap(fetchData) ) } ``` This example would...
What feature do you want to have using Hooks? https://github.com/nartc/react-native-barcode-mask I "cloned" your library a while ago (because it wasn't maintained at the time I needed it) and rewrote using...
I will give it a test as soon as I have some free time either today or tomorrow. Thanks!
Ran into the same issue here :(. Was just removing node_modules and try to reinstall it then this error happens.
I have a workaround at the moment which is to name `.swcrc` something other than `.swcrc` (eg: `.lib.swcrc`. Then when I invoke `swc` cli, I set `--no-swcrc --config-file=path/to/.lib.swcrc`. Works well...
@smolinari is the question directed to me? if yes, then no, hooks alone aren’t enough. This feature request allows for using Dependency Injection configurations in the hooks which isn’t possible...
@smolinari Right. I used to do the same but then the logic gets repetitive (while I also tried to DRY it). There are some different use-cases like post-processing some field...
@xiejay97 Hi, can you rebase from latest?
@xiejay97 Hi again, sorry if I missed it but which issue does this PR solve?
hi @MontyTRC89, thank you for reporting. Can you provide a little bit more context? What environment are you running? Node? Web? A reproduce repository would be appreciated