feedforce / frontend-meeting

Agenda for frontend meeting.
https://github.com/feedforce/frontend-meeting/issues
22 stars 1 forks source link

2020/04/23 第181回 フロントエンドMTG 議事録 #36

Open zenoplex opened 4 years ago

zenoplex commented 4 years ago

patch-package

https://github.com/ds300/patch-package

fork するほどではないけど、ちょっとしたパッチを npm モジュールに作る為のツール。 いざという時に簡単便利。

Remix

https://twitter.com/mjackson/status/1253046309025529862

RRチームが作るファイルベースのルーティング with SSR まだリリースはされておらず、ただのアナウンスではあるがNextjs とどう違うのかが気になる。

Incremental build in Gatsby cloud

https://www.gatsbyjs.org/blog/2020-04-22-announcing-incremental-builds/

インクリメンタルビルドのサポートによりビルド時間が大幅に短縮されるらしい。

MDJS

https://www.infoq.com/news/2020/04/mdjs-markdown-web-components/

MDX と違うのは web-component を読む点? 用途は主にインタラクティブなドキュメントを作る為とされているが、確かにちょい便利かも?

mashabow commented 4 years ago

Slack アプリが React 的に作れる

maxchehab/phelia: ⚡ A reactive Slack application framework.

インタラクティブなメッセージやモーダルが作れる、カスタム Renderer。サーバーを立てておくと、webhook に飛んできたイベントを受け取って、描画内容を更新してくれる。

kogai commented 4 years ago

GraphQL特化のPaaSだと思っていたPrismaがORMの代替のような方向性になっていた

https://github.com/prisma/prisma

Modern Database Access for TypeScript & Node.js

PrismaのSchemaから操作関数の型を生成してくれるのが良いな

Next.jsの上に作られたRailsライクなWAF

https://github.com/blitz-js/blitz

今週アルファリリースを目指しているとのこと

Next.js、ランタイムがブラウザとNode.jsが混じりがち

https://nextjs.org/docs/api-reference/next.config.js/runtime-configuration

Auth0のNext.js SDK

https://github.com/auth0/nextjs-auth0

シニアエンジニアのその先のキャリアパス

いわゆるエンジニアリングマネージャー的なパスは言語化されているものもある 技術面を深化させていったようなキャリアについてはあまり語られていない 技術特化のキャリアを進んだエンジニアのストーリーが載っていくらしい(エピソードが集まったら本にしそう)

https://staffeng.com/

jinmayamashita commented 4 years ago

GitHub VS Code theme

https://github.com/primer/github-vscode-theme

VSCode を使っているかつ Github color や light theme 好きな方にいいかも

kai-lma commented 4 years ago

Git GUI Client

https://github.com/soramimi/Guitar

Lab: build an operating system in Rust

https://tc.gts3.org/cs3210/2020/spring/lab.html

krhrtky commented 4 years ago

Vue.js

MacOSをVIMのキーバインドで操作する