DOCUMENTATION
Quick-React Visual Studio Code Extension
Quick-React functionality has been integrated directly into a new Visual Studio Code Extension quick-react-code
. You can take advantage of using the Quick-React tool directly in VS Code, avoiding the extra step of having to download and install generated React projects in zip archive format from the Quick-React Website. Simply load Visual Studio Code and search for the extension, quick-react-code
, by using VS Code's integrated Extension Marketplace search tool.
Quick-React may be used within the editor by first generating your initial project using create-react-app
. Then load VS Code and create a Quick-React project markup file in your project's /src
folder with either a .JS
or .JSX
extension. After you have created and saved your markup file, run the quick-react
command to have the extension parse and process your file and generate your React project's directories and component files.