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

Add description of UMD modules to Modules.md in addition to `Writin… #329

Merged
2 commits merged into from
Jun 27, 2016

Conversation

ghost
Copy link

@ghost ghost commented Jun 27, 2016

@ghost ghost assigned mhegazy Jun 27, 2016
@@ -517,6 +517,31 @@ import x, {y} from "hot-new-module";
x(y);
```

### UMD modules

Some libraries can be used either through imports or through globals.
Copy link
Contributor

Choose a reason for hiding this comment

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

i would add some elaboration here, and reference that these modules are some times referred to as isomorphic (see http://isomorphic.net/).

@RyanCavanaugh
Copy link
Member

👍

1 similar comment
@mhegazy
Copy link
Contributor

mhegazy commented Jun 27, 2016

👍

@ghost ghost merged commit b5843d7 into release-2.0 Jun 27, 2016
@ghost ghost deleted the more_umd branch June 27, 2016 18:17
@ghost ghost mentioned this pull request Jun 27, 2016
This pull request was closed.
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.

2 participants