{"id":16970034,"url":"https://github.com/joalisonpereira/rowena-react-snippets","last_synced_at":"2025-04-12T00:21:04.285Z","repository":{"id":39646412,"uuid":"463946222","full_name":"joalisonpereira/rowena-react-snippets","owner":"joalisonpereira","description":"Extensions for React, React-Native \u0026 Styled Components","archived":false,"fork":false,"pushed_at":"2023-10-16T00:31:39.000Z","size":110,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T20:05:46.085Z","etag":null,"topics":["extension","javascript","react","typescript","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joalisonpereira.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-26T19:24:21.000Z","updated_at":"2024-02-07T14:27:33.000Z","dependencies_parsed_at":"2025-02-20T10:32:36.534Z","dependency_job_id":"ec2d6b0f-32cc-475f-8202-96703279c734","html_url":"https://github.com/joalisonpereira/rowena-react-snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joalisonpereira%2Frowena-react-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joalisonpereira%2Frowena-react-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joalisonpereira%2Frowena-react-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joalisonpereira%2Frowena-react-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joalisonpereira","download_url":"https://codeload.github.com/joalisonpereira/rowena-react-snippets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248498085,"owners_count":21114035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["extension","javascript","react","typescript","vscode","vscode-extension"],"created_at":"2024-10-14T00:27:15.180Z","updated_at":"2025-04-12T00:21:04.259Z","avatar_url":"https://github.com/joalisonpereira.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/joalisonpereira.rowena-react-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=joalisonpereira.rowena-react-snippets)\n![GitHub](https://img.shields.io/github/license/rocketseat/rocketseat-vscode-reactjs-snippets.svg)\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/joalisonpereira\"\u003e\n    \u003cimg src=\"https://github.com/joalisonpereira/rowena-react-snippets/blob/master/images/rowena.png?raw=true\" width=\"80\" alt=\"Logo\"\u003e\n  \u003c/a\u003e\n  \u003ch2 align=\"center\"\u003eRowena React Snippets\u003c/h2\u003e\n\u003c/p\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n- [About the project](#about-the-project)\n- [Getting Started](#getting-started)\n  - [Installation](#installation)\n  - [Supported Languages](#supported-languages)\n  - [Snippets](#snippets)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n## About The Project\n\nThis project aims to provide a set of Snippets or shortcuts for creating components and configuration files in ReactJS/React Native applications.\n\n## Getting Started\n\n### Installation\n\nTo install an extension you can run **Command Pallete** through the command `Ctrl + Shift + P` or `Cmd + Shift + P` , type `Install Extensions` and finally press `Enter`, then search by **Rowena React Snippets** and you will find the extension.\n\n### Supported Languages\n\n- JavaScript (.js)\n- TypeScript (.ts)\n- JavaScript React (.jsx)\n- TypeScript React (.tsx)\n\n### Snippets\n\nBelow is a list of all available Snippets and the triggers for each one. The **⇥** stands for the `TAB` key.\n\n| Trigger                     | Content                                                         |\n| --------------------------- | --------------------------------------------------------------- |\n| `rfc →`                     | Create a functional component                                   |\n| `styled-react →`            | Create a styles file for ReactJS (**Styled Components**)        |\n| `styled-react-native →`     | Create a styles file for React Native (**Styled Components**)   |\n| `api →`                     | Create API instance (**Axios**)                                 |\n| `us →`                      | Create **useState** call                                        |\n| `ue →`                      | Create **useEffect** call                                       |\n| `uc →`                      | Create **useCallback** call                                     |\n| `um →`                      | Create **useMemo** call                                         |\n| `un →`                      | Create **useNavigation** call (**React Navigation**))           |\n| `usl →`                     | Create **useSelector** call (**Redux**)                         |\n| `ud →`                      | Create **useDispatch** call (**Redux**)                         |\n| `slice →`                   | Create a slice file (**Redux Toolkit**)                         |\n| `store-react →`             | Create Store file for ReactJS (**Redux**)                       |\n| `store-react-native →`      | Create Store file for React Native (**Redux**)                  |\n| `root-reducer →`            | Create Root Reducer file (**Redux**)                            |\n| `root-saga →`               | Create Root Saga file (**Redux**)                               |\n| `reactotron-react →`        | Create reactotron config file for ReactJS (**Reactotron**)      |\n| `reactotron-react-native →` | Create reactotron config file for React Native (**Reactotron**) |\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## Contributing\n\n1. Fork the project\n2. Create a Branch for your Feature (`git checkout -b feature/FeatureAmazing`)\n3. Add your changes (`git add .`)\n4. Commit your changes (`git commit -m 'Adding an awesome Feature!`)\n5. Push the Branch (`git push origin feature/FeatureAmazing`)\n6. Open a Pull Request\n\n\u003c!-- LICENSE --\u003e\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## Credits\n\nThis extension is heavily inspired by [Rocketseat Snippets](https://github.com/Rocketseat/rocketseat-vscode-reactjs-snippets).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoalisonpereira%2Frowena-react-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoalisonpereira%2Frowena-react-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoalisonpereira%2Frowena-react-snippets/lists"}