Amila Welihinda
Amila Welihinda
there hasnt been any progress on this yet
I haven't looked into it too much yet.
@vjtc0n not yet. I'm thinking of integrating `react-boilerplate` into this repo just to see how portability of web -> electron is
@lion19 At the moment, I don't think there's a proven or recommended way of doing this.
> It does make sense to keep the web tooling separate. I actually think that there should be a way to do this. Its just that no one has really...
esbuild as a plugin very likely may increase build performance. i'm wondering if we should use swc for transpilation, similar to next.js.
closing in favor of further investigation and experimentation
I'm considering integrating electron-next. Biggest blocker here is mostly time.
Not exactly. At its core, next.js is a set of optimal webpack configs optimized for react ssr/isr/csr. If we migrate to electron-next, we'll be trading some flexibility and simplicity for...
> I would stick to plain react no next and use Vite.js instead of webpack. I like this idea, specifically migrating to vite or esbuild. Migrating to next will only...