You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4821,7 +4821,7 @@ class ParentComponent extends React.Component {
4821
4821
**[⬆ Back to Top](#table-of-contents)**
4822
4822
4823
4823
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,
4825
4825
```bash
4826
4826
npm install mobx --save
4827
4827
npm install mobx-react --save
@@ -4961,9 +4961,9 @@ class ParentComponent extends React.Component {
4961
4961
4962
4962
**[⬆ Back to Top](#table-of-contents)**
4963
4963
4964
-
235. ### What are the benefits of using typescript with reactjs?
4964
+
235. ### What are the benefits of using TypeScript with ReactJS?
4965
4965
4966
-
Below are some of the benefits of using typescript with Reactjs,
4966
+
Below are some of the benefits of using TypeScript with ReactJS,
4967
4967
4968
4968
1. It is possible to use latest JavaScript features
4969
4969
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
7110
7110
npx create-react-app my-app --template typescript
7111
7111
```
7112
7112
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
0 commit comments