All Projects β†’ ReactPrimer β†’ Reactprimer

ReactPrimer / Reactprimer

Licence: mit
React component prototyping tool that generates fully connected class component code.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Reactprimer

Vim Doge
(Do)cumentation (Ge)nerator 10+ languages πŸ“š Generate proper code documentation skeletons with a single keypress. ⚑️πŸ”₯
Stars: ✭ 533 (-28.26%)
Mutual labels:  boilerplate, generator, skeleton
Pollinate
Template your base files and generate new projects from Git(Hub).
Stars: ✭ 213 (-71.33%)
Mutual labels:  boilerplate, generator, skeleton
Reactopt
A CLI React performance optimization tool that identifies potential unnecessary re-rendering
Stars: ✭ 1,975 (+165.81%)
Mutual labels:  developer-tools, component, react-component
Generact
Generate React components by replicating your own
Stars: ✭ 1,471 (+97.98%)
Mutual labels:  create-react-app, generator, react-boilerplate
React Cdk
under development - React Component Development Kit with Storybook
Stars: ✭ 583 (-21.53%)
Mutual labels:  boilerplate, developer-tools, generator
React Modern Library Boilerplate
Boilerplate for publishing modern React modules with Rollup
Stars: ✭ 285 (-61.64%)
Mutual labels:  create-react-app, boilerplate, component
Webpack Boilerplate
A minimal webpack 5 boilerplate with only Babel, SASS and lodash (optional) on board
Stars: ✭ 404 (-45.63%)
Mutual labels:  boilerplate, skeleton
React Social Network
Simple React Social Network
Stars: ✭ 409 (-44.95%)
Mutual labels:  create-react-app, boilerplate
Create React Library
⚑CLI for creating reusable react libraries.
Stars: ✭ 4,554 (+512.92%)
Mutual labels:  create-react-app, component
Redux Webpack Es6 Boilerplate
A starter project for modern React apps with Redux
Stars: ✭ 566 (-23.82%)
Mutual labels:  boilerplate, react-boilerplate
Project Stub
deps
Stars: ✭ 300 (-59.62%)
Mutual labels:  boilerplate, skeleton
React Firebase Starter
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Stars: ✭ 4,366 (+487.62%)
Mutual labels:  create-react-app, boilerplate
Laravel Boilerplate
The Laravel Boilerplate Project - https://laravel-boilerplate.com - For Slack access, visit:
Stars: ✭ 5,239 (+605.11%)
Mutual labels:  boilerplate, skeleton
Akka Http Microservice
Example of http (micro)service in Scala & akka-http
Stars: ✭ 701 (-5.65%)
Mutual labels:  boilerplate, skeleton
React Hint
Tooltip component for React, Preact, Inferno
Stars: ✭ 338 (-54.51%)
Mutual labels:  component, react-component
Koa Rest Api Boilerplate
πŸ’― Boilerplate for Node.js Koa RESTful API application with Docker, Swagger, Jest, CodeCov and CircleCI
Stars: ✭ 420 (-43.47%)
Mutual labels:  boilerplate, skeleton
React Proto
🎨 React application prototyping tool for developers and designers πŸ—οΈ
Stars: ✭ 3,261 (+338.9%)
Mutual labels:  developer-tools, front-end-development
Ram
βš›οΈ React Application Manager: create and run React (and other) applications – no command line or build setup required
Stars: ✭ 585 (-21.27%)
Mutual labels:  create-react-app, developer-tools
Web
⚑️ Supercharged version of Create React App with all the bells and whistles.
Stars: ✭ 594 (-20.05%)
Mutual labels:  create-react-app, boilerplate
Faker
Faker is a pure Elixir library for generating fake data.
Stars: ✭ 673 (-9.42%)
Mutual labels:  developer-tools, generator

ReactPrimer Β· GitHub license GitHub release

React Primer is a component prototyping tool that generates fully connected class component code.

Setup

MacOS
  1. Download the latest release .dmg file.
  2. Open the installer.
  3. Move React Primer to your local application folder.
Windows
  1. Download the latest .zip file.
  2. Unpackage the .zip file.
  3. Shortcut .exe file to destktop.
  4. Follow installation process.
Linux
  1. Download the latest .deb file.
  2. Unpackage the .deb file.
  3. Type in React-Primer from the terminal.

Usage

  • Name individual components, assign parent-child relationships, and add components to the project tree.

  • Drag and drop individual components to restructure the hierarchy tree view.

  • Export project to generate a folder of fully connected component classes.

  • Save generated components locally to a new or existing project.

  • Use Save/Load feature to revisit a prototype.

Forking Your Own Version

If you'd like to build your own version of React Primer:

  1. Clone the repo and npm install dependancies.

  2. Open one terminal and npm run dev to generate the webpack build.

  3. Open another terminal and npm start to start Electron.

  4. Uncomment line 23 require('electron-reload')(__dirname); for hot reloading (Optional).

  5. Enable Devloper Tools (Optional).

     Chrome Developer Tool

         a. Uncomment line 45 mainWindow.webContents.openDevTools()

     React Developer Tool

         a. Uncomment line 78 const configValues = require('./config');

         b. Uncomment line 79 BrowserWindow.addDevToolsExtension(configValues.absolutePath);

         c. Create ./config in root directory:

{
  "absolutePath": "/Users/*User*/Library/Application Support/Google/Chrome/Default/Extensions/fmkadmapgofadopljbjfkapdkoienihi/2.5.2_0"
}

Why

React Primer provides a visual representation of your project during the preliminary stages of development, before you write a single line of code.

This simple to use application saves time by generating component files that automatically require and render their child components based on the prototyped hierarchy.

React Primer’s component tree GUI makes it easy to test, edit, and re-export your component tree as many times as needed.

Contributing

Please submit issues/pull requests if you have feedback or message the React Primer team to be added as a contributor: [email protected]

Authors

Ken Lee (https://github.com/kenhughlee)

Kat Sampias (https://github.com/ksampias)

Vince Vuong (https://github.com/vincevuong)

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].