meteor-blaze-react-component icon indicating copy to clipboard operation
meteor-blaze-react-component copied to clipboard

<Blaze template="itemsList" items={items} />

Results 9 meteor-blaze-react-component issues
Sort by recently updated
recently updated
newest added

Is there a plan to enable meteor 3.0 support for this package? Currently, an old blaze dependency is preventing the package from being used with meteor 3.0 alpha 19... `[email protected]...

Adding the package without "npm install jquery" breaks the client.

This package doesn't allow you to pass a Blaze property named `template`. This allows you to pass _template as a React property to solve this. Example ``` ```

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=6.2.1&new-version=6.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Hi there, Using the new React Provider/Consumer context API in React >=16.3, it seems that the react-blaze component doesn't transfer the values down the chain, hence rendering undefined values for...

Do you think we can use this to pass in children? (if it is at all a good idea anyway) There are a lot of atmosphere packages out there that...

The code we need to do this in this package is [complete](https://github.com/gadicc/meteor-blaze-react-component/blob/master/blaze-react-component/blaze-react-component-server.js) and [tested](https://github.com/gadicc/meteor-blaze-react-component/blob/master/test-app/server/main.spec.js). The only thing missing is a way to (easily) compile templates on the server. That we'll...