0.0.31 • Published 3 years ago

gqdux v0.0.31

Weekly downloads
20
License
MIT
Repository
-
Last release
3 years ago

GQDux

Simple, Redux-first GraphQL utilities optimized for developer speed.

  • Leverage existing Redux knowledge, dev tools, and middleware
  • No Graphql server necessary. Use existing REST, RPC, Web Socket, and GraphQL server middleware.
  • Flexible property partitioning - send only what each server needs
  • constraints:
    • always creates a collection for objects, for a few reasons:
      • We often start with a single object, and need a list of them. Starting with a list is more flexible.
      • We can do anything with 1-length list that we can with a single object
      • Eliminating unnecessary decisions improves speed.

Philosophy

Minimize AST Edges.

0.0.31

3 years ago

0.0.30

3 years ago

0.0.29

3 years ago

0.0.27

4 years ago

0.0.28

4 years ago

0.0.26

4 years ago

0.0.24

4 years ago

0.0.25

4 years ago

0.0.22

4 years ago

0.0.23

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago