Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shrijan00003/react-feature

A simple vs-code plugin for creating react module scaffolding
https://github.com/shrijan00003/react-feature

hactoberfest modular react scaffold

Last synced: 2 months ago
JSON representation

A simple vs-code plugin for creating react module scaffolding

Awesome Lists containing this project

README

        

# React Feature

This is the simple scaffolding extension for react in modular way.

# Uses

This extension simply will create scaffold for react feature in modular way. By default react-feature will create typescript files. For javascript files we can pass estension in react feature name as `.js`.

Creates following files

- context (with boilerplate code for context with hooks)
- feature name file
- type file
- style file
- route file

# Download

Currently as this is made for testing and learning purpose only we are not pushing it to marketplace. But still you can use it by downloading this file from [github]('./../react-feature-0.0.1.vsix).

- run `code --install-extension react-feature-0.0.1.vsix`
- Or you can place it on your extension folder
- Windows `%USERPROFILE%\.vscode\extensions`
- macOS `~/.vscode/extensions`
- Linux `~/.vscode/extensions`

# Demo

![Demo](./demo.gif)