For the past 6 or so years I've been maintaining the electron-to-chromium package and I realise I never wrote a blog post about it. Electron-to-chromium is an NPM package that maps Electron versions to Chromium versions so you can input e.g. Electron 32 and get back Chrome 128. This is useful because a lot of...
Daniel Thompson-Yvetot and Lucas Nogueira explore Tauri's advantages over Electron for building smaller, faster desktop apps with Rust and web tech.
Kilian Valkhof, indie developer behind Polypane browser, shares his journey building developer-focused tooling and the future of web development.
Electron は単体で使ったことがあるのですが、 個人的には、どうも独特というか癖があるなあと思ってまして、 なんというか、どうしても Electron 中心に考えないといけない感じですよね? ( Electron のプロダクトを作ろう!みたいな感じの) あと Electron を使ったサンプルが若干時代遅れ感というか、 比較的新しめの Web フロントエンドのフレームワークと組み合わせた場合に、 若干組み合わせづらいなあという印象を持ってます。 もうちょっと疎結合で使いたいんですよね。 既存で例えば React, Angular, Vue.js などですでに作られていて、 後追いで Electron でラッピングしてリリースしたいとかってケースのときに、 すでにレールに沿って作られたものは、極力そのままで利用しつつ、 疎結合な状態で Electron を導入したいです。 先日、フロントエンドもくもく会の9月分が開催されたので、せっかくならと思い、 Electron と Web フロントエンドフレームワークとを疎結合で使う方法を検討してみました。 Electron ことはじめ https://electronjs.org/ 一通りの機能が API として提供されており、特に scaffolding 的な機能は用意されていないので、 良く言えば使うところだけ小さく使うことができる、 悪く言えばレールがないと言えるかもしれません。 一番最初に触れるであろうサンプルとしては、主に2つほどこちらで確認ができています。 electron-quick-start GitHub - electron/minimal-repro: Clone to try a simple Electron app Clone to try a simple Electron app. Contribute to electron/minimal-repro development by creating an … github.com