Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ca52c61

Browse files
Merge pull request #329 from oscartorres-10/patch-2
refactor(case): use camelCase in "TypeScript" and "ReactJS"
2 parents 746e675 + 10f8557 commit ca52c61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4821,7 +4821,7 @@ class ParentComponent extends React.Component {
48214821
**[⬆ Back to Top](#table-of-contents)**
48224822
48234823
227. ### What is MobX?
4824-
MobX is a simple, scalable and battle tested state management solution for applying functional reactive programming (TFRP). For reactJs application, you need to install below packages,
4824+
MobX is a simple, scalable and battle tested state management solution for applying functional reactive programming (TFRP). For ReactJS application, you need to install below packages,
48254825
```bash
48264826
npm install mobx --save
48274827
npm install mobx-react --save
@@ -4961,9 +4961,9 @@ class ParentComponent extends React.Component {
49614961
49624962
**[⬆ Back to Top](#table-of-contents)**
49634963
4964-
235. ### What are the benefits of using typescript with reactjs?
4964+
235. ### What are the benefits of using TypeScript with ReactJS?
49654965
4966-
Below are some of the benefits of using typescript with Reactjs,
4966+
Below are some of the benefits of using TypeScript with ReactJS,
49674967
49684968
1. It is possible to use latest JavaScript features
49694969
2. Use of interfaces for complex type definitions
@@ -7110,7 +7110,7 @@ Technically it is possible to write nested function components but it is not sug
71107110
npx create-react-app my-app --template typescript
71117111
```
71127112
7113-
But if you are using React Scripting between react-scripts@2.1.0 and react-scripts@3.2.x , there is a built-in support for typescript. i.e, `create-react-app` now supports typescript natively. You can just pass `--typescript` option as below
7113+
But if you are using React Scripting between react-scripts@2.1.0 and react-scripts@3.2.x , there is a built-in support for TypeScript. i.e, `create-react-app` now supports TypeScript natively. You can just pass `--typescript` option as below
71147114
71157115
```bash
71167116
npx create-react-app my-app --typescript

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /