You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
At this moment in time I see the current UI as a way to test the actual Rust core – it's minimal and far from production ready. That said, I mostly agree with arguments previously made in atom-archive#12 and atom-archive#41.
In the future React could be reconsidered in favour of something else, but for now it's doing the job.
I know that in my initial thoughts there were more UI work to happen sooner then later, but I actually diverged from the roadmap described in #1, and I'm now trying to integrate Memo into Xray – after that there are more core functionalities that I want to implement, such as syntax highlight and language server protocol, therefore I see UI discussions far down the line. When it'll be time, I promise, I will try to evaluate every possibility keeping an open mind.
Have you looked at hyperapp V2? It's pretty amazing.
https://github.com/jorgebucaran/hyperapp
Build UI components.
Built in state management
Supports class attribute for use with CSS-in-JS libraries
Fast and small.
Benchmarks:
jorgebucaran/hyperapp#523 (comment)
https://codesandbox.io/s/k3jj2qlpk5
The text was updated successfully, but these errors were encountered: