1.0.0 • Published 5 years ago

link-redux-todomvc v1.0.0

Weekly downloads
1
License
GPL-3.0-or-later
Repository
-
Last release
5 years ago

Link-Redux TODO

This is an example React TODO application for Link-redux.

The example is currently serverless, which isn't a realistic scenario, so data processing is done client-side which is a bit cumbersome.

In a realistic setting, nearly all web-apps are backed by a server-side application that processes incoming requests to update the state of the system. Link was designed to take advantage of that by adding a requirement that the server sends back the difference in state when done processing the request. So duplication of logic becomes unnecessary (no more 'isomorphic' nor choosing your back-end technology to suit the front-end!). This means the font-end has to be loosely-modeled.

All views for each model are programmed, if done properly, implicitly (the front-end tries not to do too many assumptions on the model's shape). So most model's views will contain elements from the base resource type (e.g. Resource of Thing), but if greater specificity in displaying a model is needed, it can be added.

TODO

This project isn't finished yet, so it has todos..

  • Add a backend.
  • Let hypermedia drive the state changes
  • Add data filtering.
2.12.5

5 years ago

2.12.4

5 years ago

2.12.3

5 years ago

2.12.2

5 years ago

2.12.1

5 years ago

2.12.0

5 years ago

2.11.1

5 years ago

2.11.0

5 years ago

2.10.0

5 years ago

2.9.3

5 years ago

2.9.2

5 years ago

2.9.1

5 years ago

2.9.0

5 years ago

2.8.0

5 years ago

2.7.0

5 years ago

2.6.0

5 years ago

2.5.0

5 years ago

2.4.0

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago