Skip to content

Commit

Permalink
docs: 📚️ removed how-to repo
Browse files Browse the repository at this point in the history
It isn't maintained actively anymore
  • Loading branch information
Can-Sahin committed Jan 18, 2021
1 parent a27ceca commit 324d3d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ Start your `create-react-app` projects in seconds with the best, industry-standa

**🎨 Check the example app:** [Boilerplate Example Application](https://react-boilerplate.github.io/react-boilerplate-cra-template/)

**🚑 Collection of `'HOW TO'`s:** [Examples & Tutorials for common patterns](https://github.com/react-boilerplate/cra-template-examples)

**📦 Package:** [npm](https://www.npmjs.com/package/cra-template-rb)

![version](https://img.shields.io/npm/v/cra-template-rb)
Expand Down
5 changes: 0 additions & 5 deletions docs/misc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
- [FAQ](#faq)
- [Using reducers optimistically](#using-reducers-optimistically)
- [Keeping up-to-date with the template](#keeping-up-to-date-with-the-template)
- [Examples & Tutorials](#examples--tutorials)

## Using reducers optimistically

Expand Down Expand Up @@ -31,7 +30,3 @@ export function createReducer(injectedReducers: InjectedReducersType = {}) {
## Keeping up-to-date with the template

Even though the template is an npm package, it's not possible for you to **just update** the package as you would for a dependency, since you start CRA with this template initially. Instead, it is recommended to keep an eye on the [CHANGELOG](../../CHANGELOG.md) file. All the changes that **concern** the template user will be displayed there, like bug fixes, documentation updates, new features, and so on. You can check each change's commits and file changes to see what has been changed. Then, the decision is yours if you want to apply those to your code.

## Examples & Tutorials

Take a look at our [other 'how-to' repo](https://github.com/react-boilerplate/cra-template-examples) for examples and common web app implementations & patterns.

0 comments on commit 324d3d3

Please sign in to comment.