This is a multipart series on building Fleet, a next-generation IDE by JetBrains.
Part I – Architecture OverviewPart II – Breaking Down the EditorPart III – State ManagementPart IV – Distributed TransactionsPart V – The Story of Code CompletionPart VI – UI With Noria
In Part V of this series, we discussed code completion, which is just one of Fleet’s services. Now it’s time to talk about something as big as our very own declarative UI framework for JVM, Noria. We built Fleet with Noria. Let’s look at the ideas behind Noria, the main concepts, and other exciting features.
Where it all