Skip to content

Instantly share code, notes, and snippets.

@colinf
Last active July 13, 2016 15:56
Show Gist options
  • Save colinf/048dc9e915131889b601 to your computer and use it in GitHub Desktop.
Save colinf/048dc9e915131889b601 to your computer and use it in GitHub Desktop.
The data added to the reconciler ( see http://bit.ly/29EyV1D )
{:threads
[{:thread/id "t_1",
:thread/name "Jing and Bill",
:thread/messages
[{:message/id "m_1",
:message/author-name "Bill",
:message/text "Hey Jing want to give a Flux talk at ForwardJS?",
:message/date #inst "2015-11-24T12:59:52.245-00:00"}
{:message/id "m_2",
:message/author-name "Bill",
:message/text "Seems like a pretty cool conference.",
:message/date #inst "2015-11-24T13:00:02.245-00:00"}
{:message/id "m_3",
:message/author-name "Jing",
:message/text "Sounds good. Will they be serving dessert?",
:message/date #inst "2015-11-24T13:00:12.245-00:00"}]}
{:thread/id "t_2",
:thread/name "Dave and Bill",
:thread/messages
[{:message/id "m_4",
:message/author-name "Bill",
:message/text "Hey Dave want to get a beer after the conference?",
:message/date #inst "2015-11-24T13:00:22.245-00:00"}
{:message/id "m_5",
:message/author-name "Dave",
:message/text "Totally! Meet you at the hotel bar.",
:message/date #inst "2015-11-24T13:00:32.245-00:00"}]}
{:thread/id "t_3",
:thread/name "Functional Heads",
:thread/messages
[{:message/id "m_6",
:message/author-name "Bill",
:message/text
"Hey Brian are you going to be talking about functional stuff?",
:message/date #inst "2015-11-24T13:00:42.245-00:00"}
{:message/id "m_7",
:message/author-name "Brian",
:message/text "At ForwardJS? Yeah of course. See you there!",
:message/date #inst "2015-11-24T13:00:52.245-00:00"}]}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment