Labs/Jetpack/Reboot/Getting Started: Difference between revisions

Added Further Reading back in, whoops
No edit summary
(Added Further Reading back in, whoops)
Line 178: Line 178:


Keep in mind that Cuddlefish uses CommonJS modules, which are not to be confused with JS modules.  Unlike JS modules, CommonJS modules can be unloaded, and you don't have to have an absolute URL to import something, which makes them much easier to reuse.  They're also based on the [http://wiki.commonjs.org/wiki/Modules/1.0 CommonJS standard]; lots of modules are already available in this form and can be reused in a variety of contexts, such as in server-side JS and on the Web.
Keep in mind that Cuddlefish uses CommonJS modules, which are not to be confused with JS modules.  Unlike JS modules, CommonJS modules can be unloaded, and you don't have to have an absolute URL to import something, which makes them much easier to reuse.  They're also based on the [http://wiki.commonjs.org/wiki/Modules/1.0 CommonJS standard]; lots of modules are already available in this form and can be reused in a variety of contexts, such as in server-side JS and on the Web.
== Further Reading ==
* The Cuddlefish documentation is at [[Labs/Jetpack/JEP/28|JEP 28]].
* The CFX documentation is at [[Labs/Jetpack/JEP/31|JEP 31]].
* Preliminary Jetpack/JPX documentation is currently a work-in-progress at [[Labs/Jetpack/JEP/37|JEP 37]].
Confirmed users
764

edits