{"id":18764720,"url":"https://github.com/celsodias12/vscode-react-node-snippets","last_synced_at":"2026-04-16T08:31:47.569Z","repository":{"id":117346464,"uuid":"383208062","full_name":"celsodias12/vscode-react-node-snippets","owner":"celsodias12","description":"React and Node snippets.","archived":false,"fork":false,"pushed_at":"2021-09-11T21:01:39.000Z","size":3232,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-20T20:37:57.176Z","etag":null,"topics":["node","nodejs","react","react-native","react-native-typescript","react-typescript","snippets","snippets-node","snippets-nodejs","snippets-react","snippets-react-native","snippets-react-native-typescript","snippets-react-typescript","typescript"],"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/celsodias12.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-07-05T16:50:39.000Z","updated_at":"2024-07-05T09:23:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"a487c376-73c0-4e17-81e2-7ae0001e2a7a","html_url":"https://github.com/celsodias12/vscode-react-node-snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/celsodias12/vscode-react-node-snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celsodias12%2Fvscode-react-node-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celsodias12%2Fvscode-react-node-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celsodias12%2Fvscode-react-node-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celsodias12%2Fvscode-react-node-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/celsodias12","download_url":"https://codeload.github.com/celsodias12/vscode-react-node-snippets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celsodias12%2Fvscode-react-node-snippets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31877483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T07:36:03.521Z","status":"ssl_error","status_checked_at":"2026-04-16T07:35:53.576Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["node","nodejs","react","react-native","react-native-typescript","react-typescript","snippets","snippets-node","snippets-nodejs","snippets-react","snippets-react-native","snippets-react-native-typescript","snippets-react-typescript","typescript"],"created_at":"2024-11-07T18:31:14.342Z","updated_at":"2026-04-16T08:31:47.553Z","avatar_url":"https://github.com/celsodias12.png","language":null,"readme":"[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/celsodias12.react-node-snippets.svg?label=Visual%20Studio%20Marketplace)](https://marketplace.visualstudio.com/items?itemName=celsodias12.react-node-snippets)\n[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/celsodias12.react-node-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=celsodias12.react-node-snippets)\n[![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/celsodias12.react-node-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=celsodias12.react-node-snippets)\n![GitHub](https://img.shields.io/github/license/celsodias12/vscode-react-node-snippets)\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ch2 align=\"center\"\u003eReact/React native/NodeJS Snippets\u003c/h2\u003e\n\u003c/p\u003e\n\n![Show snippets](https://raw.githubusercontent.com/celsodias12/vscode-react-node-snippets/master/images/example.gif)\n\n## Snippets info\n\nBelow is a list of all available Snippets and prefix for each one. The **→** means the `TAB` key.\n\u003cbr/\u003e\n\n### Supported Languages\n\n- JavaScript (.js)\n- TypeScript (.ts)\n- JavaScript React (.jsx)\n- TypeScript React (.tsx)\n- Markdown (.md)\n\n### React\n\n|                     Prefix | Method                      |\n| -------------------------: | --------------------------- |\n|            `axiosCreate →` | axios create                |\n|  `axiosInterceptRequest →` | axios intercept request     |\n| `axiosInterceptResponse →` | axios intercept response    |\n|                `tronLog →` | print to reactotron console |\n|               `useState →` | useState                    |\n|              `useEffect →` | useEffect                   |\n|                  `theme →` | theme                       |\n|               `rreducer →` | react reducer               |\n|           `rcombreducer →` | react combine reducers      |\n\n### React Native\n\n|              Prefix | Method                                |\n| ------------------: | ------------------------------------- |\n|         `rnimpsc →` | react native import styled components |\n|            `rnfc →` | react native functional component     |\n|            `rncc →` | react native class component          |\n|    `rnStyleSheet →` | react native styleSheet create        |\n|        `rnnstack →` | react native navigation stack         |\n|       `rnndrawer →` | react native navigation drawer        |\n|         `rnntabs →` | react native navigation tabs          |\n|    `rnreactotron →` | react native reactotron config file   |\n|            `rnps →` | react native persist store            |\n| `rnNormalizeFont →` | react native normalize font           |\n\n### Axios\n\n|                     Prefix | Method                   |\n| -------------------------: | ------------------------ |\n|            `axiosCreate →` | axios create             |\n|  `axiosInterceptRequest →` | axios intercept request  |\n| `axiosInterceptResponse →` | axios intercept response |\n\n### Node\n\n|                 Prefix | Method                    |\n| ---------------------: | ------------------------- |\n| `mongooseConnection →` | mongoose connection       |\n|     `mongooseSchema →` | mongoose schema           |\n|    `expressNewRoute →` | express router            |\n|     `environmentSet →` | set environment variables |\n\n### Express\n\n|              Prefix | Method         |\n| ------------------: | -------------- |\n| `expressNewRoute →` | express router |\n\n### Mongoose\n\n|                 Prefix | Method              |\n| ---------------------: | ------------------- |\n| `mongooseConnection →` | mongoose connection |\n|     `mongooseSchema →` | mongoose schema     |\n\n### Nest\n\n|                      Prefix | Method             |\n| --------------------------: | ------------------ |\n| `nestDatabaseBConnection →` | nest db connection |\n\n### Globals\n\n|      Prefix | Method                   |\n| ----------: | ------------------------ |\n|     `log →` | console log object       |\n| `promise →` | new promise              |\n|     `imp →` | import module            |\n|   `impas →` | import module as         |\n|  `expdas →` | export module default as |\n\n### Readme\n\n|          Prefix | Method                |\n| --------------: | --------------------- |\n| `readmeBasic →` | basic readme template |\n|  `readmeBest →` | best readme template  |\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. 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\u003c!-- CONTACT --\u003e\n\n## Contact\n\n@celsodias12 - [Github](https://github.com/celsodias12)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelsodias12%2Fvscode-react-node-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcelsodias12%2Fvscode-react-node-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelsodias12%2Fvscode-react-node-snippets/lists"}