tachyons/packages/components-loader
John Otander ed9a755ff6 v7.0.1-1
2018-07-13 12:35:47 -06:00
..
fixture.html Implement basic component loader 2018-03-19 09:58:54 -06:00
index.js Implement basic component loader 2018-03-19 09:58:54 -06:00
package-lock.json Add missing dep 2018-03-24 08:36:37 -06:00
package.json v7.0.1-1 2018-07-13 12:35:47 -06:00
readme.md Implement basic component loader 2018-03-19 09:58:54 -06:00
test.js Implement basic component loader 2018-03-19 09:58:54 -06:00
test.js.md Implement basic component loader 2018-03-19 09:58:54 -06:00
test.js.snap Implement basic component loader 2018-03-19 09:58:54 -06:00

tachyons-component-loader

Webpack loader for Tachyons html components in the Tachyons docs.

Why?

This allows us to process components and their metadata at compile time, sending the minimal amount of metadata and content to the client. It also allows components to be defined as simple html files and essentially self document themselves.