Javascript常用組件框架 - AmplifyJS

jopen 12年前發布 | 17K 次閱讀 JavaScript開發 JavaScript

AmplifyJS 是一套組件集合用于解決一般web應用開發的常見問題,其目的是簡化所有表單數據處理,其存儲組件可處理瀏覽器端的持久化存儲,使用標準的 LocalStorage 和 SessionStorage。

AmplifyJS 解決下面三個問題:

  • Ajax Request Management - amplify.request provides a clean and elegant request abstraction for all types of data, even allowing for transformation prior to consumption.
  • Client Side Component Communication - amplify.publish/subscribe provides a clean, performant API for component to component communication.
  • Client Side Browser & Mobile Device Storage - amplify.store takes the confusion out of HTML5 localStorage. It doesn't get simpler than using amplify.store(key, data)! It even works flawlessly on mobile devices.

項目主頁:http://www.baiduhome.net/lib/view/home/1331392228062

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!