hi all, long time clojurist here. I need to create a webui for a project I am working on and I really like what I see in the om-next roadmap
i was curious, is the project still considered alpha or can I start to build real things with it?
the part I have been struggling with is perhaps best described as "best practices and options"
for instance, its not clear what frameworks could be used in conjunction with om-next in a way that the two components wont be fighting over the dom
any guidance appreciated
as an example of my confusion: could I use bootstrap for layout and om-next for everything else, or will they conflict?
its not clear to me