Skip to content

A script loader for Google Closure Library that compiles JSX files on the fly

Notifications You must be signed in to change notification settings

ctalau/closure-react-loader

Repository files navigation

Closure React Loader

build status

In development mode, Google Closure Library loads scripts dynamically using the goog.require and goog.provide directives. However, if some of the files use JSX syntax, they must be transformed before being loaded.

This library should be loaded before the Google Closure Library and after the React JSXTransformer. It overrides the default Closure script loading to perform JSX transformation on the fly.

It is a development tool. Do not use it in production!

Sauce Test Status

About

A script loader for Google Closure Library that compiles JSX files on the fly

Resources

Stars

Watchers

Forks

Packages

No packages published