Skip to content

Files

Latest commit

 

History

History

lesson_042

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Fun with WebGL 2.0 - 042 - ES6 Modules and Refactoring Fungi

Description: Taking time out of webGL to explore module support that has been released on chrome v61. This new feature set creates a new way to write and organize javascript code. One of the best things about it is that it makes it easier to manage large code bases. After showing how modules works and some issues to look out for, we then explore how fungi has been refactored as a module library using this new feature.

Links of Interest

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import

Links