Fork me on GitHub
#om
<
2017-01-02
>
alex-glv13:01:29

Hey guys. Trying to comprehend links and idents. I am working on a datomic/omnext app and not sure where normalization comes into play. I have pretty simple data like

{:column/list [{:column/id 111 :column/name “Col”}]}
etc… . So, when it’s fetched from remote, is normalization meant to be executed before the remote data merged into the state, or when the value is returned when reading?

anmonteiro14:01:54

@drcode: I know that Browserify can bundle libraries and declare exclusions (in which you'd specify React to be excluded from the bundle). I'm not sure how you'd go about doing the same in Webpack

hbprince16:01:07

anyone here tried preact-compat with om ??

dnolen16:01:49

I haven’t heard of anyone trying that

dnolen16:01:13

but I suspect it won’t work without making the React parts a bit more pluggable

dnolen16:01:15

which isn’t a priority

leftfields17:01:21

hello, please excuse me for asking a vague question but I am looking into building a timeline similar to http://www.simile-widgets.org/timeline/ as a proof of concepting using OM and datascript possibly with maps integrated as well. I am curious to see how some of the people here would address this projec -- are there component libraries for React that I could leverage or would it be better to implement the UI myself?

drcode19:01:28

@nha: Thanks but I tried that already and it won't work because Om can't compile if react is excluded. @anmonteiro thanks, browserify may be the way I need to go.