-
Notifications
You must be signed in to change notification settings - Fork 2
Home
adammcarth edited this page Oct 5, 2014
·
7 revisions
instance.js is a lightweight Javascript library that let's you model data on the client side before sending it off as parameters to the server. Check out the README for a quick demo, or dive deeper by reading the full documentation below...
Quick overview:
- Written in pure javascript
- No plugins or dependancies required
- Provides a space to model/temporarily store data on the client side until you're ready to submit it to the server.
- CRUD actions for modifying the instance's parameters
- Built-in client side validations
- Does not sync or save data for you.
Did you find this page helpful? Shoot me an email...