Piotr Pośpiech

Results 10 comments of Piotr Pośpiech

Hi @timsun28, 1. I will add `useState` and `useEffect` to the example 2. If you use React with TypeScript and you use JSX syntax in a file, you need to...

> Hi, I can see there's a Readme for v2 somewhere, but I'm unable to access it. Can you possibly make this public? Hi @jasongrishkoff, Readme was changed a little,...

`purify` was removed. It won't work anymore. I will update Readme.

What issue are you referring to? Can you send me a link?

We described several ways to integrate this package with React. There is an approach with the meteor's `ReactiveVar` and `useTracker`. I think this is what you are looking for. You...

Hi @dovydaskukalis, thanks for your feedback. I fixed that in `v2.0.0-rc.2`

> Hey, @piotrpospiech, is there anything that we can do to help you with this PR? Hey @Grubba27, yes, you can do a code review. After CR it will be...

Possibilities to fix `fetch`, as it will be asynchronous, in the `useFindClient`: 1. Synchronous fetching in the Minimongo API Introduce a new synchronous fetching function. It could be called `fetchSync`,...

`v2.0.0` has been released!

> 1. Can we remove the `react-meteor-data-harness` and `react-template-helper-harness` then? I kept them because I cannot migrate other tests due to the npm dependencies issue. I will remove them later.