美文网首页
React 簡單談 (持續更新中)

React 簡單談 (持續更新中)

作者: jProvim | 来源:发表于2015-05-21 15:00 被阅读28次

    Overview

    學習React有幾個點是一定要明白的, 不然容易迷糊

    1. React是 State Machine
    2. React是 One Way Data Flow
    3. React是從上流到下流, 好比小溪一樣
    4. React是從Top down, bottom up來設計
      (先設計Overview, 然後從小Component開始code, 最後拼裝)

    我的Demo Repo

    改變 View

    Parent改變Child View, Parent直接發指令
    Child改變Parent View, Parent必須傳參數, Child利用Callback來調用Parent給的方程和參數

    相关文章

      网友评论

          本文标题:React 簡單談 (持續更新中)

          本文链接:https://www.haomeiwen.com/subject/jmwlqttx.html