https://github.com/emadb/react-flux-experiments
An experimental architecture for react/flux applications (work in progress....feedback welcome)
https://github.com/emadb/react-flux-experiments
Last synced: over 1 year ago
JSON representation
An experimental architecture for react/flux applications (work in progress....feedback welcome)
- Host: GitHub
- URL: https://github.com/emadb/react-flux-experiments
- Owner: emadb
- License: mit
- Created: 2016-03-07T16:56:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T08:15:08.000Z (over 10 years ago)
- Last Synced: 2025-02-05T05:29:38.273Z (over 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#ECommerce
#1
Issue a search for a product and the server will return the matching list
#2
Add an item to the basket the server will do that and inform the warehouse to check the availability (or book the item)
#3
Apply a discount code, the server will calculate the new price
#4
Insert delivery address. The server will calculate the delivery costs
#5
Checkout. The server inform the warehouse to reserve the item and sends an email to the customer