Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

feat(fragment): Added support for dynamic content #45

Merged
merged 2 commits into from
Jan 24, 2017

Conversation

semonte
Copy link
Contributor

@semonte semonte commented Dec 16, 2016

affects: tessellate-fragment

Content is fetched before the fragment is rendered. Content is added to react props.

34

affects: tessellate-fragment

Content is fetched before the fragment is rendered. Content is added to react props.

34
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling aed5f53 on 34-dynamic-content-loading into ** on master**.

@mfellner mfellner self-requested a review December 22, 2016 14:35
Copy link
Contributor

@mfellner mfellner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please consider the comments below!

// @flow

import url from 'url'
import createRequest from './content-request-factory'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not very idiomatic to put simple functions like createRequest into their own modules. I'd suggest inlining createRequest into content-service.

affects: tessellate-fragment

Moved content request factory to content-service.

45
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 127430d on 34-dynamic-content-loading into ** on master**.

Copy link
Contributor

@mfellner mfellner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mfellner mfellner merged commit 8a92ebb into master Jan 24, 2017
@mfellner mfellner deleted the 34-dynamic-content-loading branch January 24, 2017 09:30
@semonte semonte mentioned this pull request Feb 2, 2017
2 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants