quick-react-codeQuick-React is VS Code extension developed to make the development of hook-based React projects faster, by eliminating many of the manual setup steps. Although scripts such as create-react-app, initialize a great deal of the scaffolding for a typical SPA Website, project setup could benefit from additional configuration assistance, as long as the process is simple, intuitive, and fast. FeaturesQuick-React addresses the need for faster development by utilizing a simple JSX-style markup format, in an easy to understand outline format, that is parsed by the Quick-React VS Code extension. The parsed data is then used to generate directories and files directly into your project. Attributes specified in markup components are used to enable or disable React features to be incorporated into the target project. DocumentationFull documentation regarding the n-ary tree JavaScript library and Quick-React markup is available on the Quick-React Website: Link to GitHub Repository site Quick-React Back-end API: Link to GitHub Repository site Quick-React Front-End: Link to GitHub Repository site Quick-React VS Code Extension: Link to Deployed public Website: RequirementsQuick-React does not have any special additional dependencies. Extension SettingsThis extension contributes the following user settings:
Known Issues / Future Updates
Release NotesThis is the initial release of the Quick-React VS Code extension. Feedback and comments are welcome. 0.5.0Initial release of the Quick-React VS Code extension. |