All Projects → react-boilerplate → React Boilerplate Cra Template

react-boilerplate / React Boilerplate Cra Template

Licence: mit
🔥 Setup Create React App with React Boilerplate. Highly scalable & Best DX & Performance Focused & Best practices.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to React Boilerplate Cra Template

React Boilerplate Typescript
🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices ( Typescript )
Stars: ✭ 279 (-67.52%)
Mutual labels:  i18n, styled-components, redux-saga, react-boilerplate
React Boilerplate
🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.
Stars: ✭ 28,151 (+3177.18%)
Mutual labels:  i18n, styled-components, redux-saga, react-boilerplate
React Next Boilerplate
🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.
Stars: ✭ 129 (-84.98%)
Mutual labels:  i18n, styled-components, redux-saga
marvel-jarvig
Marvel JARVIG (Just A Rather Very Interesting Game) is a game that lets you find and discover Marvel Comics characters based on their name, image and description!
Stars: ✭ 13 (-98.49%)
Mutual labels:  styled-components, redux-saga, create-react-app
React Redux Hooks Starter
React-redux boilerplate using hooks 🎣
Stars: ✭ 69 (-91.97%)
Mutual labels:  styled-components, redux-saga, react-boilerplate
coincharts
Cryptocurrency Price Chart (GDAX)
Stars: ✭ 75 (-91.27%)
Mutual labels:  styled-components, redux-saga, create-react-app
Chronos Timetracker
Desktop client for JIRA. Track time, upload worklogs without a hassle.
Stars: ✭ 273 (-68.22%)
Mutual labels:  styled-components, redux-saga
Ssr Sample
A minimum sample of Server-Side-Rendering, Single-Page-Application and Progressive Web App
Stars: ✭ 285 (-66.82%)
Mutual labels:  styled-components, redux-saga
Landy React Template
Landy is a free React landing page template designed for developers and startups, who want to create a quick and professional landing page for their business or project.
Stars: ✭ 282 (-67.17%)
Mutual labels:  create-react-app, react-boilerplate
Animate Components
✨ Elemental components for doing animations in React
Stars: ✭ 908 (+5.7%)
Mutual labels:  create-react-app, styled-components
react-component-lib
Boilerplate repo for creating npm packages with React components written in TypeScript and using styled-components
Stars: ✭ 69 (-91.97%)
Mutual labels:  styled-components, create-react-app
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (-64.26%)
Mutual labels:  i18n, redux-saga
React Native Starter Kit
React Native starter kit, get up and running !
Stars: ✭ 9 (-98.95%)
Mutual labels:  styled-components, redux-saga
create-react-redux-app
React boilerplate based on create-react-app
Stars: ✭ 49 (-94.3%)
Mutual labels:  redux-saga, create-react-app
monoreact
📦 React workspaces implementation
Stars: ✭ 13 (-98.49%)
Mutual labels:  create-react-app, react-boilerplate
react-easy-ssr
🔥 React Starter Project with Webpack 5, Babel 7, TypeScript, Redux-saga, Styled-components, React-jss, Split code, Server Side Rendering.
Stars: ✭ 31 (-96.39%)
Mutual labels:  styled-components, redux-saga
React Social Network
Simple React Social Network
Stars: ✭ 409 (-52.39%)
Mutual labels:  create-react-app, redux-saga
React Firebase Starter
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Stars: ✭ 4,366 (+408.27%)
Mutual labels:  create-react-app, styled-components
React Redux Saga Boilerplate
Starter kit with react-router, react-helmet, redux, redux-saga and styled-components
Stars: ✭ 535 (-37.72%)
Mutual labels:  styled-components, redux-saga
Patternfly React Demo App
DEPRECATED: This project is no longer active. See https://github.com/patternfly/patternfly-react-seed for PF4 demos.
Stars: ✭ 26 (-96.97%)
Mutual labels:  create-react-app, redux-saga
React Boilerplate Meets CRA
Crafted for highly scalable & performant and easily maintainable React.js applications
with a focus on best DX and best practices.



The official Create React App template of the discontinued React Boilerplate

Start your create-react-app projects in seconds with the best, industry-standard tools and practices made ready for you.

📚 Documentation: Gitbook

🎨 Check the example app: Demonstrating the features

📦 Package: npm

version version


Install & Start

⚠️ Using Yarn Package Manager is recommended over npm.

Create React App with the template

npx create-react-app --template cra-template-rb my-app

Start and check our example app, if you want

cd my-app
yarn start

Remove the example app to start your project!

yarn cleanAndSetup

Features

This project is NOT a framework, UI component library or a design system. The only purpose of this template is to assist you starting your CRA app with a solid tool stack and development patterns. It's 100% customizable. After you start your journey and once you understand the concepts offered here you should personalize your code accordingly instead of being tied to the starter project.

You can add or remove literally anything and use whichever library or tools you prefer.

Predictable state management
Unidirectional data flow allows for change logging and time travel debugging.
Instant feedback
Enjoy the best DX (Developer eXperience) and code your app at the speed of thought! Your saved changes to the CSS and JS are reflected instantaneously without refreshing the page. Preserve application state even when you update something in the underlying code!
Next generation CSS
Write composable CSS that's co-located with your components for complete modularity. Unique generated class names keep the specificity low while eliminating style clashes. Ship only the styles that are on the page for the best performance.
Industry-standard routing
It's natural to want to add pages (e.g. `/about`) to your application, and routing makes this possible.
Industry-standard i18n internationalization support
Scalable apps need to support multiple languages, easily add and support multiple languages.
Typescript
Typescript is the key to scalability. Build self-documented code, easy-to-debug code and create maintainable large applications and codebases with a highly productive development experience.
Quick scaffolding
Create components, containers, routes, selectors and sagas - and their tests - right from the CLI!
Static code analysis
Focus on writing new features without worrying about formatting or code quality. With the right editor setup, your code will automatically be formatted and linted as you work.
SEO
We support SEO (document head tags management) for search engines that support indexing of JavaScript content. (eg. Google)

But wait... there's more!

  • The best test setup: Automatically guarantee code quality and non-breaking changes. (Seen a react app with 100% test coverage before?)
  • The fastest fonts: Say goodbye to vacant text.
  • Stay fast: Profile your app's performance from the comfort of your command line!

Keywords: Create React App, React Boilerplate, Custom Template, Typescript, React.js, Redux, Hot Reloading, ESNext, Babel, react-router, styled-components, redux-saga, FontFaceObserver

Contributors


Can Sahin

💻 📖 🤔 👀 ⚠️

Recep Tiryaki

💻 🤔 🎨

David Bingham

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

License

This project is licensed under the MIT license, Copyright (c) 2019 Maximilian Stoiber. For more information see LICENSE.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].