Please will yew follow the pattern of reacjs and nextjs.
Hi,
I'm not exactly sure what you mean by this?
We're currently working on adding support for server-side rendering (I guess that's a bit like next.js).
Asides from this, things which work in React often work because of the way in which Javascript works (which is quite different to how Rust works) so trying to 100% emulate React isn't necessarily the best way to solve problems and build fast apps.
Most helpful comment
Hi,
I'm not exactly sure what you mean by this?
We're currently working on adding support for server-side rendering (I guess that's a bit like next.js).
Asides from this, things which work in React often work because of the way in which Javascript works (which is quite different to how Rust works) so trying to 100% emulate React isn't necessarily the best way to solve problems and build fast apps.