# Examples

[View on Github](https://github.com/CartoDB/carto-react-template)

{% hint style="warning" %}
**Note:** We are reducing our investment in CARTO for React and currently we discourage users from starting new projects with it.

CARTO for React is an opinionated framework with pre-built components and templates. This greatly speeds up the process to create React-based applications, but customization options are limited.

If you need further customization in React, or you want to build geospatial applications using **Vue, Angular, or any other Javascript-based framework**, we recommend going directly to the main CARTO for Developers documentation, including [CARTO + deck.gl](https://github.com/CartoDB/gitbook-documentation/blob/master/carto-for-developers/key-concepts/carto-for-deck.gl), which allows for maximum flexibility and scalability.
{% endhint %}

Here you can find some applications built using CARTO for React. The code is also available in some cases.

## Sample App Template for CARTO 3 <a href="#sample-app-template-for-carto-2" id="sample-app-template-for-carto-2"></a>

Watch this example in action: <https://sample-app-react.carto.com/>

<figure><img src="/files/6bNIlaxOUt5KevKqOqLy" alt=""><figcaption></figcaption></figure>

The code for this example is available on GitHub:

<https://github.com/CartoDB/carto-react-template/tree/master/template-sample-app-3/template>

## Telco Demo (Thinking Machines) <a href="#telco-demo-thinking-machines" id="telco-demo-thinking-machines"></a>

This example can be accessed live, using the provided credentials here: <https://telco-demo-react.carto.com/>

<figure><img src="/files/N5C2z9ax9EILi025ARVj" alt=""><figcaption></figcaption></figure>

The code for this example is available on GitHub:

{% embed url="<https://github.com/CartoDB/carto-react-telco-demo>" %}

## CARTO Vaccination Map <a href="#carto-vaccination-map" id="carto-vaccination-map"></a>

This example is publicly available: <https://react-apps.carto.com/vaccination/>

<figure><img src="/files/lti4xmdcdGphXTR1xvFW" alt=""><figcaption></figcaption></figure>

You can also view the code for this example on Github:

{% embed url="<https://github.com/CartoDB/carto-vaccination-map>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.carto.com/carto-for-developers/carto-for-react/examples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
