# builder-react **Repository Path**: mirrors_vslinko/builder-react ## Basic Information - **Project Name**: builder-react - **Description**: Facebook react plugin for component-builder2 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # builder-react Facebook React plugin for [component-builder2](https://github.com/component/builder2.js). ## Example ```js var fs = require('fs'); var build = require('component-builder'); var react = require('builder-react'); build.scripts(nodes) .use('scripts', build.plugins.js()) .use('scripts', react()) .build(function (err, string) { if (err) throw err; fs.writeFileSync('build.js', string); }) ``` You could put your jsx files in `.scripts` or create your own field like `.jsx`. ## License The MIT License (MIT)