/create-react-app-starter

A Create React App with Storybook, Routing, Context Provider and Internationalization

Primary LanguageTypeScript

License Version

React Application Starter Kit

Overview

This Starter Kit is an opinionated application for frontend built with create-react-app. I built this to stay productive with projects that would require/need all these features. A solid starting point for prototyping MVPs and/or world class react apps.

Features

Feature Summary
Typescript Built with the create-react-app typescript template
Builtin Components Components: cards, navigation, errors, loading
Routing Sample route views using react-router-dom
Context Providers Factory for adding context providers using builtin react hooks
Internationalization Provider Builtin i18n mechanisms using owns providers factory and react hooks
Auth and PrivateRoutes (coming soon) Authentication functionality
Theming (coming soon) Builtin theming provider
Storybook (coming soon) For fast component prototyping
Bootstrap (coming soon) For styling
Tests (coming soon) Unit tests and e2e tests with cypress
Spring Animations (deliberation) Enabling animations using react-spring