Skip to content

An example of using skit with React by automatically preprocessing .jsx files.

Notifications You must be signed in to change notification settings

taylorhughes/skit-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skit-react

An example of using skit with React by preprocessing .jsx files and handling server-side prerendering of react components transparently.

how to run

main.js defines a custom .jsx resource loader for React, so you need to run main.js like so:

git clone https://github.com/taylorhughes/skit-react.git
cd skit-react
npm install
node main.js

(the skit run command does not know where to get the custom loaders; there is no standard place to put them yet.)

how it works

About

An example of using skit with React by automatically preprocessing .jsx files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published