babel-relay-plugin

WebJar for babel-relay-plugin

Лицензия

Лицензия

BSD 3-Clause
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

babel-relay-plugin
Последняя версия

Последняя версия

0.9.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

babel-relay-plugin
WebJar for babel-relay-plugin
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/facebook/relay

Скачать babel-relay-plugin

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : graphql jar [0.6.0,0.7)

Модули Проекта

Данный проект не имеет модулей.

Relay · GitHub license npm version

Relay is a JavaScript framework for building data-driven React applications.

  • Declarative: Never again communicate with your data store using an imperative API. Simply declare your data requirements using GraphQL and let Relay figure out how and when to fetch your data.
  • Colocation: Queries live next to the views that rely on them, so you can easily reason about your app. Relay aggregates queries into efficient network requests to fetch only what you need.
  • Mutations: Relay lets you mutate data on the client and server using GraphQL mutations, and offers automatic data consistency, optimistic updates, and error handling.

See how to use Relay in your own project.

Example

The relay-examples repository contains an implementation of TodoMVC. To try it out:

git clone https://github.com/relayjs/relay-examples.git
cd relay-examples/todo
yarn
yarn build
yarn start

Then, just point your browser at http://localhost:3000.

Contribute

We actively welcome pull requests, learn how to contribute.

Users

We have a community-maintained list of people and projects using Relay in production.

License

Relay is MIT licensed.

Thanks

We'd like to thank the contributors that helped make Relay in open source possible.

The open source project relay-hooks allowed the community to experiment with Relay and React Hooks, and was a source of valuable feedback for us. The idea for the useSubscription hook originated in an issue on that repo. Thank you @morrys for driving this project and for playing such an important role in our open source community.

Thank you for helping make this possible!

org.webjars.npm

Facebook

We are working to build community through open source technology. NB: members must have two-factor auth.

Версии библиотеки

Версия
0.9.3
0.9.2
0.9.0