0.7.5 • Published 8 years ago

refrax v0.7.5

Weekly downloads
6
License
BSD-3-Clause
Repository
github
Last release
8 years ago

Refrax npm version npm downloads

Refrax is a JavaScript framework for building api-based data-driven applications. Inspired by collaboration with sarahhenkens and omab and concepts from similar libraries.

  • Unidirectional: User interaction in views propagate actions that affect stores, triggering view updates for those that reference data from affected stores.
  • Colocation: Resources and actions can live next to the views that rely on them, so you can easily reason about your app.
  • Partials: Data can be partially represented across various resources allowing views to efficiently fetch a small subset of data that can be re-used when a more detailed subset of data is needed.
  • Mutations: Refrax lets you mutate data on the client and propagate to a server using actions and mutable resources directly, and offers automatic data consistency, optimistic updates, and error handling.

Installation

Using npm:

$ npm install --save refrax

Documentation

Example

The repository comes with an implementation of TodoMVC. To try it out:

git clone https://github.com/netarc/refrax.git
cd refrax/examples/todo && npm install
npm start

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

License

Refrax is BSD licensed.

0.7.5

8 years ago

0.7.4

8 years ago

0.7.3

8 years ago

0.7.2

8 years ago

0.7.1

8 years ago

0.7.0

8 years ago

0.7.0-beta.6

8 years ago

0.7.0-beta.5

8 years ago

0.7.0-beta.4

8 years ago

0.7.0-beta.3

8 years ago

0.7.0-beta.2

8 years ago

0.7.0-beta.1

8 years ago

0.6.1

8 years ago

0.5.16

8 years ago

0.6.0

8 years ago

0.5.15

8 years ago

0.5.14

8 years ago

0.5.13

8 years ago

0.5.12

8 years ago

0.5.11

8 years ago

0.5.10

8 years ago

0.5.9

8 years ago

0.5.8

8 years ago

0.5.7

9 years ago

0.5.6

9 years ago

0.5.5

9 years ago

0.5.4

9 years ago

0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.10

9 years ago

0.4.9

9 years ago

0.4.8

9 years ago

0.4.7

9 years ago

0.4.6

9 years ago

0.4.5

9 years ago

0.4.4

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.20

9 years ago

0.3.19

9 years ago

0.3.18

9 years ago

0.3.17

9 years ago

0.3.16

9 years ago

0.3.15

9 years ago

0.3.14

9 years ago

0.3.13

9 years ago

0.3.12

9 years ago

0.3.11

9 years ago

0.3.10

9 years ago

0.3.9

9 years ago

0.3.8

9 years ago

0.3.7

9 years ago

0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago