cra-template-rb
Version:
The official React Boilerplate template for Create React App
20 lines (19 loc) • 1.02 kB
JSON
{
"routingFeature": {
"title": "Industry-standard Routing",
"description": "It's natural to want to add pages (e.g. `/about`) to your application, and routing makes this possible."
},
"i18nFeature": {
"title": "i18n Internationalization & Pluralization",
"selectLanguage": "Select Language",
"description": "Scalable apps need to support multiple languages, easily add and support multiple languages. Change the language below to see how instantly it updates the page without refreshing."
},
"feedbackFeature": {
"title": "Instant Feedback",
"description": "Enjoy the best DX and code your app at the speed of thought! Your saved changes to the CSS and JS are reflected instantaneously without refreshing the page."
},
"scaffoldingFeature": {
"title": "Quick Scaffolding",
"description": "Automate the creation of components, features, routes, selectors and sagas - and their tests - right from the CLI! Avoid fighting the glue of your code and focus on your app!"
}
}