|
1 | | -name: "📄 Suggest new framework" |
2 | | -description: "I am a framework author applying to be included as a recommended framework." |
3 | | -title: "[Framework]: " |
4 | | -labels: ["type: framework"] |
| 1 | +name: '📄 Suggest new framework' |
| 2 | +description: 'I am a framework author applying to be included as a recommended framework.' |
| 3 | +title: '[Framework]: ' |
| 4 | +labels: ['type: framework'] |
5 | 5 | body: |
6 | 6 | - type: markdown |
7 | 7 | attributes: |
8 | 8 | value: | |
9 | 9 | ## Apply to be included as a recommended React framework |
10 | 10 |
|
11 | 11 | _This form is for framework authors to apply to be included as a recommended [React framework](https://react.dev/learn/start-a-new-react-project). If you are not a framework author, please contact the authors before submitting._ |
12 | | - |
| 12 | +
|
13 | 13 | Our goal when recommending a framework is to start developers with a React project that solves common problems like code splitting, data fetching, routing, and HTML generation without any extra work later. We believe this will allow users to get started quickly with React, and scale their app to production. |
14 | | - |
| 14 | +
|
15 | 15 | While we understand that many frameworks may want to be featured, this page is not a place to advertise every possible React framework or all frameworks that you can add React to. There are many great frameworks that offer support for React that are not listed in our guides. The frameworks we recommend have invested significantly in the React ecosystem, and collaborated with the React team to be compatible with our [full-stack React architecture vision](https://react.dev/learn/start-a-new-react-project#which-features-make-up-the-react-teams-full-stack-architecture-vision). |
16 | | - |
| 16 | +
|
17 | 17 | To be included, frameworks must meet the following criteria: |
18 | | - |
| 18 | +
|
19 | 19 | - **Free & open-source**: must be open source and free to use. |
20 | 20 | - **Well maintained**. must be actively maintained, providing bug fixes and improvements. |
21 | 21 | - **Active community**: must have a sufficiently large and active community to support users. |
|
25 | 25 | - **Developer experience**. must allow developers to be productive by supporting features like Fast Refresh. |
26 | 26 | - **User experience**. must provide built-in support for common problems like routing and data-fetching. |
27 | 27 | - **Compatible with our future vision for React**. React evolves over time, and frameworks that do not align with React’s direction risk isolating their users from the main React ecosystem over time. To be included on this page we must feel confident that the framework is setting its users up for success with React over time. |
28 | | - |
| 28 | +
|
29 | 29 | Please note, we have reviewed most of the popular frameworks available today, so it is unlikely we have not considered your framework already. But if you think we missed something, please complete the application below. |
30 | 30 | - type: input |
31 | 31 | attributes: |
|
0 commit comments