cra-template
A CRA Template to create iQ React Apps.
#
UsageSee Creating a New Hub App for full usage.
#
FeaturesIn addition to all the standard features provided by Create React App, we provide the following iQ specific features.
Authorization#
Toggle pages or individual components based on the current user's permissions.
Azure DevOps Pipelines#
Build and release your application through Azure DevOps Pipelines.
Cypress E2E Testing#
Write E2E tests for your application using Cypress.
Design System Components#
Use the React Design System implementation to create your application.
Google Analytics#
Add analytics to your application to understand how it is used.
i18n#
The template application is ready to be translated into any locales you require.
Prettier#
Keep your code formatting consistent, stop worrying about bikeshedding, and just write apps.
Routing#
Register pages, read URL parameters, and navigate using react-router-dom
.
Sentry Error Logging#
Record and triage runtime errors of your application with Sentry.
TypeScript#
Write safer, more maintainable applications with TypeScript.
#
File Structure#
NamingComponent files are named in PascalCase
All other files are named in snake-case
#
FoldersAll folders contain an index.ts
file that exports the public contents of their folder.
#
DependenciesRefer to template.json for the up to date listing of dependencies included with @iqmetrix/cra-template
.