react-packages icon indicating copy to clipboard operation
react-packages copied to clipboard

Meteor packages for a great React developer experience

Results 43 react-packages issues
Sort by recently updated
recently updated
newest added

(meta-enhancement request for at least "react-meteor-data") Given that these packages are actively maintained, core-published, and mentioned in the [Meteor Guide for React](https://guide.meteor.com/react.html#data), I would expect that the documentation for "react-meteor-data"...

enhancement
documentation

Hi, I am interested in exploring the existing tests and writing some new ones to check behaviour with React 18 and concurrency. I am on an M1 MacBook and needed...

documentation

Just wondering how or if it's possible to integrate React Suspense with useTracker. The documentation about useTracker mentions Suspense integration, but I can find no examples of this. I think...

in-discussion

when importing suspense from a typescript project we are getting this warning ` ~/.meteor/local/types/packages.d.ts is not a module.`

needs-reproduction

Hello everyone, We've recently upgraded to React v18 and also updated to latest version of `react-template-helper` and have encountered an issue that requires some attention. In our previous setup with...

bug

In a `useTracker`-heavy part of my code I got the following warning with React 18 (`react-meteor-data` `v2.6.2`): ``` Warning: Can't perform a React state update on a component that hasn't...

I'm using `useTracker` like this: ```jsx {!contact ? null : ( MailStats.findOne({ _id: `for-contact-${contact.ID}` }), }} /> )} { LOG('METEOR TRACKER?', subscription); if (error) return undefined; // otherwise we get...

bug

Hi developers, I wanted to ask if it is possible to use the withTracker function call in combination with the asynchronous call that will be introduced in Meteor 3.0 I...

It is created as a draft because there is an issue with testing package with NPM dependencies. I created the harness app to run for now only `react-meteor-data` package tests....