Skip to content

bob-the-coder/reactjs-router-scaffolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reactjs-router-scaffolder

A small and as of yet impractical tool to create the backbone of a react app which uses react-router

Basic idea

Most applications rely on (or at least start off as) a tree structure. This tool is meant to help build initial components out of a simple tree structure of what I called Hubs and Components

Component

PORC (plain old react component). Starts out by rendering its own name and the route you need to take to get to it.

Hub

PORC as well, but with the role of a sub-router. Contains links to all of its child hubs and components

Installation

As of yet, no installer is provided, and probably will not be, given that the tool is very very tiny and could simply be shipped as an executable.

Configuration v.1

Right now, the only way to configure the structure of your app is by manually changing the source code. Not very handy, but in future releases, I will providing support for JSON, XML and other structured languages

Usage

Right now, simply compile the code and run the resulting executable file (most likely in %project_root%/bin/Debug)

About

A small and as of yet impractical tool to create the backbone of a react app which uses react-router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages