Replies: 2 comments 6 replies
-
yep I already search the same website when was making the optimizations for v2. compared with v1, v2 is really fast and lightweight, now I didn't refactor the react part cuz it is a lot of work for now, but next modules like the widgets system will be made using a lightweighter library or just vanilla js. |
Beta Was this translation helpful? Give feedback.
0 replies
-
probably I will migrating all the other components to svelte + zustand |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Click this for the page
As seen in the image above, React is scoring really bad in most benchmarks. This is not really important in web development, but becomes pretty critical when you want to create native-like applications. I understand the choice for web technologies since it is pretty much the only way to get a pretty UI nowadays, however I would like to ask for reconsideration on the React framework. I am not asking for someone else to rewrite it, but I would be interested in feelings about pull request changing some of the components, for example the taskbar, into a different framework or vanilla JS. This would greatly benefit viability for this running on weaker devices that don't have a lot of RAM and CPU to spare, and would also benefit everyone else having more resources.
Beta Was this translation helpful? Give feedback.
All reactions