Mart Snippets for Development
This document provides a reference for the development snippets available in the Mart toolkit. Below are the available snippets and how to use them in your development environment.
- Prefix:
rctx
- Description: Generates a React context with TypeScript. This snippet sets up a React context with a provider and a custom hook to use the context.
- Prefix:
rcomp
- Description: Creates a React functional component with the file name. This snippet generates a basic React functional component, using the file name as the component name.