react-apollo

WebJar for react-apollo

License

License

MIT
Categories

Categories

React User Interface Web Frameworks Apollo Container Microservices
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

react-apollo
Last Version

Last Version

1.4.16
Release Date

Release Date

Type

Type

jar
Description

Description

react-apollo
WebJar for react-apollo
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/apollographql/react-apollo

Download react-apollo

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-apollo/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-apollo</artifactId>
    <version>1.4.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-apollo/
implementation 'org.webjars.npm:react-apollo:1.4.16'
// https://jarcasting.com/artifacts/org.webjars.npm/react-apollo/
implementation ("org.webjars.npm:react-apollo:1.4.16")
'org.webjars.npm:react-apollo:jar:1.4.16'
<dependency org="org.webjars.npm" name="react-apollo" rev="1.4.16">
  <artifact name="react-apollo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-apollo', version='1.4.16')
)
libraryDependencies += "org.webjars.npm" % "react-apollo" % "1.4.16"
[org.webjars.npm/react-apollo "1.4.16"]

Dependencies

compile (8)

Group / Artifact Type Version
org.webjars.npm : graphql-tag jar [2.0.0,3)
org.webjars.npm » enzyme-adapter-react-16 jar [1.0.0,2)
org.webjars.npm : hoist-non-react-statics jar [2.2.0,3)
org.webjars.npm : prop-types jar [15.5.8,16)
org.webjars.npm : lodash.pick jar [4.4.0,5)
org.webjars.npm : apollo-client jar [1.4.0,2)
org.webjars.npm : object-assign jar [4.0.1,5)
org.webjars.npm : invariant jar [2.2.1,3)

Project Modules

There are no modules declared in this project.

React Apollo

React Apollo

npm version Build Status Join the community on Spectrum


⚠️ THIS PROJECT HAS BEEN DEPRECATED ⚠️

Please note that 4.0.0 is the final version of all React Apollo packages. React Apollo functionality is now directly available from @apollo/client >= 3. While using the @apollo/react-X packages will still work, we recommend using the following imports from @apollo/client directly instead:

  • old: @apollo/react-components --> new: @apollo/client/react/components
  • old: @apollo/react-hoc --> new: @apollo/client/react/hoc
  • old: @apollo/react-ssr --> new: @apollo/client/react/ssr
  • old: @apollo/react-testing --> new: @apollo/client/testing
  • old: @apollo/react-hooks --> new: @apollo/client

Moving forward, all Apollo + React issues / pull requests should be opened in the apollo-client repo. Please refer to the Apollo Client migration guide for more details.


React Apollo allows you to fetch data from your GraphQL server and use it in building complex and reactive UIs using the React framework. React Apollo may be used in any context that React may be used. In the browser, in React Native, or in Node.js when you want to do server-side rendering.

Documentation

All Apollo Client documentation, including React Apollo usage articles and helpful recipes, lives on https://www.apollographql.com/docs/react/

For the React Apollo API reference, visit https://www.apollographql.com/docs/react/api/react-apollo.html

Maintainers

org.webjars.npm

Apollo GraphQL

A community building flexible open source tools for GraphQL.

Versions

Version
1.4.16