showmethecode
showmethecode copied to clipboard
#HK Meetup #9 20190301
日期 Date
1 Mar 2019
地點 Location
- Hong Kong
場地 Venue
Station for Open Cultures in Eaton Hotel (380 Nathan Road)
題目 Sessions
- in <
> @< > , with one-line to describe
(包底mode) I can share https://medium.com/wordquest-engineering/structuring-js-app-in-monorepo-yarn-workspaces-react-node-firebase-845e207a4314
@gaplo917 https://github.com/gaplo917/mobx-react-mvvm-example @199911 share Develop API with TDD https://github.com/199911/develop-api-with-tdd
Andrew mok will share "how & why we biuld our shared UI component library @gilbertwat , from GoGoVan will share on RIBs, Uber Mobile App Framework Lalamove (TBC)
I would like to talk about a "video scene cutter" I've been using for generating video preview for trace.moe 's telegram bot https://github.com/soruly/trace.moe-media
對於某講者講「Mobile Development 比 Frontend Web Development 複雜得多」 我聽到好un耳....
我覺得我要為所有Frontend Web Developer 平反.... 先唔講Mobile Development 複唔複雜,我要講係Frontend Web Development有幾複雜。
- web唔洗cross platform 但要 cross browser,有做過既人都知cross browser 唔會比cross platform 容易,古有IE今有Safari,iframe cookie 都因Safari ITP而唔穩陣。
- web要同時考慮大型TV同Desktop 要考慮更多既responsive UI design。
- web要考慮progressive web app (offline first access,pre-caching, runtime caching,notification push),唔會比native app 簡單。
- web要考慮無障礙網頁規範(WCAG2.0)例如aria label 個d support voice-over之類既軟件,呢樣我唔知mobile有冇。
- web要處理keyboard event 係咪每樣clickable既野都有keyboard alternative access到。
- web考慮Social Sharing的話要針對性有social meta tag。
- web要考慮SEO,要用邊d html5 tag,做得好甚至要考慮Server Side Rendering,Server Side Rendering有幾複雜唔講啦,唔複雜唔會有NextJs。
- web 有cookie,Cookie都分好幾種,仲有localStorage,sessionStorage,depend on 業務仲有eu既cookie policy law。
- web 要考慮cors, xsrf, xss 呢類security 問題。
- web 要考慮crawler問題,要考慮robot.txt, sitemap.xml。
- web 一樣有code base 問題,redux 根本唔關事,唔係唔會有micro-frontend既concept走出黎。https://micro-frontends.org/
只係上面D "大圍野" 已經好多野,仲未講React,Angular,Vue,Webpack,Rollup,Babel個d麻煩野。 Support就比個like