SiaFoundation / siad

The Sia daemon
https://sia.tech
MIT License
130 stars 28 forks source link

ui: toolchain, libraries and siad app, test ci, automatic type generation #117

Closed alexfreska closed 2 years ago

lukechampine commented 2 years ago

+40,000 lines of javascript boilerplate and configuration

image

alexfreska commented 2 years ago

+40,000 lines of javascript boilerplate and configuration

image

@lukechampine yes painful 😆, certainly a good bit of boilerplate, a little bit of application code, but almost 100% of the LOC is actually from the package-lock.json file lol:

Screen Shot 2022-05-18 at 10 45 23 AM
lukechampine commented 2 years ago

what if we kept the UI code in a separate repo? It would complicate the build a little, but I see some compelling advantages: the UI would become optional (e.g. for exchanges, or power users, or people who want maximum security), and you'd be free to develop the UI rapidly without cluttering backend development.