|
| 1 | +# RemoteJS Meetup *22 Feb* |
| 2 | + |
| 3 | +Ideas from last meetup (11 Jan): |
| 4 | +* Server-side rendering (https://prerender.io/; Google execution of JavaScript?) |
| 5 | +* Hot module replacement (HMR) |
| 6 | +* GraphQL |
| 7 | +* `react-native` |
| 8 | + |
| 9 | +Ideas ahead: |
| 10 | +* Animations in react. Does it have to be so hard? (Chris) |
| 11 | +* Conference plans for this year. Are we going to meet somewhere? Do we need T-Shirts :airplane:? (Chris) |
| 12 | +* Progressively loading of websites? (Jan) |
| 13 | +* OSS funding (webpack-like) (Jan) |
| 14 | + |
| 15 | +Introductions: Hi, Raul! Hi, Karl! |
| 16 | + |
| 17 | +prerender.io: |
| 18 | +* Issues with routing on statically requested websites: /, ? or #. Michael's approach: Use ? as in-between |
| 19 | + |
| 20 | +Instability of APIs in the JavaScript ecosystem (e.g., compared to win32 API) |
| 21 | +* Missing documentation, not even a standard in npm |
| 22 | +* TypeScript: Browsing code gets a lot easier (Michael) |
| 23 | +* Chris: Just getting used to it; browsing unobtrusive code is lifestyle |
| 24 | +* Thomas: TypeScript is a huge lifesaver for large codebases. Omits a lot of tests, like typos |
| 25 | +* Jan: JavaScript has nice paradigms and can be written quite readable, and Flow conflicted there with me |
| 26 | +* TypeScript is nice for libraries; decreases learning curves for new developers |
| 27 | + |
| 28 | +Progressively loading websites: |
| 29 | +* Dynamically loading contents (images, JS bundles), |
| 30 | +* https://www.ampproject.org: Constraints of tags, contents etc., but huge loading improvements |
| 31 | +* Chris: Having a talk on progressively loading web apps! |
| 32 | +* HTTP/2: Issues with push (what's in the cache? 🌩) |
| 33 | +* Ipfs: Latency-optimized, somewhat similar to BitTorrent (but: no leeching in Ipfs!) |
| 34 | +* Dr. Aron Fischer might join us? 😻 (Colony is using Ipfs actually, instead of some CDN-like content) |
| 35 | +* Jan: Upspin (https://upspin.io) |
| 36 | +* Chris: Deferred all info on Swarm/Ipfs onto Dr. Fischer (but shortly elaborated on howto Colony works with Ethereum and uses Smart Contracts) |
| 37 | + |
| 38 | +Chris: Elm has great concepts, some are similar to `saga` (https://github.com/redux-saga/redux-saga) |
| 39 | + |
| 40 | +Jan: Webpack funding; how to (if, at all?) appraoch OSS funding? |
| 41 | +* Chris: https://hueniverse.com/2015/08/15/converting-full-time-pay-to-hourly-contract-rate/ (dangerous) |
| 42 | +* Michael: Heartbleed, for example. SSL didn't have the developer capacities to get around these bugs |
| 43 | +* Shiny stuff attracts more developers; fundamental projects may have struggles |
| 44 | +* Issue with working full-time on something; how to feed a family? |
| 45 | +* https://twitter.com/jlongster/status/819978179586756608 |
| 46 | +* "Software is expensive" |
| 47 | + |
| 48 | +Glenn: Documentation-driven development? |
| 49 | +* "Clean Code" https://books.google.de/books/about/Clean_Code.html?id=dwSfGQAACAAJ&redir_esc=y |
| 50 | +* Michael: Types!, IDEs |
| 51 | +* Maybe elaborate more approaches to overcome documentation & types, but rather a (r)evolutionary approach? |
| 52 | + |
| 53 | +Conferences |
| 54 | +* Karl and Glenn are attending react-europe |
| 55 | +* Chris is probably going to NordicJS and/or reactiveConf |
| 56 | +* Raul is going to react-conf amsterdam |
| 57 | + |
| 58 | +*From now on*: Everyone is encouraged to share her/his link of the month! |
| 59 | + |
| 60 | +Ideas for next meetup: |
| 61 | +* Crypto-Ethereum-Special feat. Dr. Aron Fischer? |
| 62 | +* react-intl |
| 63 | +* Intro to sagas? |
0 commit comments