20190318_jeffrey - silenceuncrio/diary GitHub Wiki

0850

趁著這一陣子有寫 react

再把之前買的 react 書複習一下

1305

commit c74bcac8651ba1430d160598c32f28e907c792ce
Author: jeffrey <[email protected]>
Date:   Mon Mar 18 15:06:04 2019 +0800

    react practive:
    - different Navigation view base on authUser
    - use react context to keep the auth user information

 .../www/react_01/src/components/App/index.js       | 58 +++++++++++++++------
 .../react_01/src/components/Navigation/index.js    | 60 ++++++++++++++--------
 .../www/react_01/src/components/Session/context.js |  5 ++
 .../www/react_01/src/components/Session/index.js   |  3 ++
 .../www/react_01/src/components/SignIn/index.js    | 11 ++--
 5 files changed, 95 insertions(+), 42 deletions(-)

1605

M300

commit aadd74ed6f81c5e118105936623409df7536df79
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Mon Mar 18 15:58:53 2019 +0800

    remove the follwoing options from 'Security Option' at 'WiFi Config' page:
    - WPA-PSK(TKIP)
    - WPA2-PSK(TKIP)
    - WPA2(MIX)

 proscend/prosrc/www/app/feature/wifi_apsta.html | 3 ---
 1 file changed, 3 deletions(-)

1725

commit 0803fc999e45b77a476d79a118d60ab761f9838b
Author: jeffrey <[email protected]>
Date:   Mon Mar 18 17:23:26 2019 +0800

    react practive: refactoring

 .../www/react_01/src/components/App/index.js       | 16 +++---
 .../react_01/src/components/Navigation/index.js    |  4 +-
 .../www/react_01/src/components/Session/context.js |  5 +-
 .../www/react_01/src/components/SignIn/index.js    | 62 ++++++++++------------
 4 files changed, 43 insertions(+), 44 deletions(-)