om-next

2016-12-16T14:21:31.000031Z

@ghaskins I think you can consider it “beta” for all intents and purposes; I wouldn’t try to mix other frameworks, at least not in any way that wouldn’t work with any other react-based view library. State management, DOM manipulation, and the query model are fairly opinionated. For orthogonal concerns, like routing, you have options.; Bootstrap (and other UI toolkits, like material-ui) have React component versions that play nice with Om.next

2016-12-16T14:22:03.000032Z

also, you might have more luck getting answers in #om

ghaskins 2016-12-16T14:22:22.000033Z

@solussd thank you for the response, this jives with what i am finding so far

ghaskins 2016-12-16T14:23:09.000034Z

I am currently mixing om-next + om-bootstrap, and so far the straight up CSS type things (not surprisingingly) work pretty well

ghaskins 2016-12-16T14:23:34.000035Z

the navbar is blowing up, presumably because om-bootstrap seems to be om v0.8 based

ghaskins 2016-12-16T14:24:04.000036Z

do you have any recommendations on a good combo of om-next + bootstrapish type ui toolkits?

keatondunsford 2016-12-16T22:49:01.000037Z

@ghaskins

keatondunsford 2016-12-16T22:49:13.000038Z

Also definitely check out the Untangled project. #untangled.

ghaskins 2016-12-16T22:51:02.000039Z

@keatondunsford ty, will check that out