# Does anyone even read and answer these questions?

**URL:** https://forum.codewithmosh.com/t/does-anyone-even-read-and-answer-these-questions/19553
**Category:** React
**Created:** [April 13, 2023, 1:25pm UTC](https://forum.codewithmosh.com/t/does-anyone-even-read-and-answer-these-questions/19553 "2023-04-13T13:25:48Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![mishagos](https://avatars.discourse-cdn.com/v4/letter/m/47e85d/32.png) [@mishagos](https://forum.codewithmosh.com/u/mishagos)
#### Post date: [April 13, 2023, 1:25pm UTC](https://forum.codewithmosh.com/t/does-anyone-even-read-and-answer-these-questions/19553/1 "2023-04-13T13:25:48Z")

</div>

I really like the videos, but it seems like there’s Zero support. Posted this days ago and got nothing.

> [@'React' is defined but never used in React Functional Component v 16.14 (Mastering React 16)](https://forum.codewithmosh.com/t/react-is-defined-but-never-used-in-react-functional-component-v-16-14-mastering-react-16/19482):
>
> I keep getting a warning in my terminal that src/pagination.jsx Line 1:8: ‘React’ is defined but never used no-unused-vars I have looked for a solution to this, [javascript - ESLint with React gives `no-unused-vars` errors - Stack Overflow](https://stackoverflow.com/questions/42541559/eslint-with-react-gives-no-unused-vars-errors) but it doesn’t give me the location of the file I’m supposed to change and I can’t find it … or is there an easier solution to this? Thanks

Does anyone participate here or is it just for show?

---

<div class="post-metadata">

### Author: ![Ruu](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/ruu/32/9008_2.png) [@Ruu](https://forum.codewithmosh.com/u/Ruu)
#### Post date: [April 13, 2023, 2:08pm UTC](https://forum.codewithmosh.com/t/does-anyone-even-read-and-answer-these-questions/19553/2 "2023-04-13T14:08:21Z")

</div>

The answer to your question is in the text you posted.

> [@'React' is defined but never used in React Functional Component v 16.14 (Mastering React 16)](https://forum.codewithmosh.com/t/react-is-defined-but-never-used-in-react-functional-component-v-16-14-mastering-react-16/19482/1):
>
> warning in my terminal that src/pagination.jsx Line 1:8: ‘React’ is defined but never used no-unused-vars

There is an unused variable, in your pagination.jsx, on line 1. You probably have in line 1 something like `import React from "react";` but `React` is never explicitly used in your src/pagination.jsx, so you can remove the import statement.

The path to the file is src/pagination.jsx. In the src folder, the pagination.jsx file.

---

<div class="post-metadata">

### Author: ![mishagos](https://avatars.discourse-cdn.com/v4/letter/m/47e85d/32.png) [@mishagos](https://forum.codewithmosh.com/u/mishagos)
#### Post date: [April 14, 2023, 1:56am UTC](https://forum.codewithmosh.com/t/does-anyone-even-read-and-answer-these-questions/19553/3 "2023-04-14T01:56:12Z")

</div>

But in the tutorial, Mosh says to include **import React from “react”;** in the functional component. So I’m confused. I don’t see these errors in his console.

---

<div class="post-metadata">

### Author: ![deeess](https://avatars.discourse-cdn.com/v4/letter/d/90ced4/32.png) [@deeess](https://forum.codewithmosh.com/u/deeess)
#### Post date: [April 18, 2023, 11:55am UTC](https://forum.codewithmosh.com/t/does-anyone-even-read-and-answer-these-questions/19553/4 "2023-04-18T11:55:18Z")

</div>

> [@mishagos](#):
>
> Does anyone participate here or is it just for show?

People participate here but I don’t think that you can call this a really active forum and therefore I doubt there are many people who sit around here but only visit occasionally.

Also, keep in mind that you are asking a question about a new course and that many students of this new course have not yet reached the part you are holding at.

---

<div class="post-metadata">

### Author: ![Saul3d](https://avatars.discourse-cdn.com/v4/letter/s/ebca7d/32.png) [@Saul3d](https://forum.codewithmosh.com/u/Saul3d)
#### Post date: [April 18, 2023, 3:55pm UTC](https://forum.codewithmosh.com/t/does-anyone-even-read-and-answer-these-questions/19553/5 "2023-04-18T15:55:50Z")

</div>

I forget what version of react this was changed but you no longer need the import react statement

---

<div class="post-metadata">

### Author: ![Radaway](https://avatars.discourse-cdn.com/v4/letter/r/a88e4f/32.png) [@Radaway](https://forum.codewithmosh.com/u/Radaway)
#### Post date: [April 20, 2023, 10:13am UTC](https://forum.codewithmosh.com/t/does-anyone-even-read-and-answer-these-questions/19553/6 "2023-04-20T10:13:15Z")

</div>

> [@mishagos](#):
>
> but it seems like there’s Zero support

we got side-tracked from the MAIN issue, but Yes, it’s true, there is virtually no support- and Life goes on. I guess(& pretty sure) MOSH does not have the required resources to delegate this to. My experience till now is & then summed up : Left to your own devices.

---

<div class="post-metadata">

### Author: ![HaggisMuncher](https://avatars.discourse-cdn.com/v4/letter/h/f17d59/32.png) [@HaggisMuncher](https://forum.codewithmosh.com/u/HaggisMuncher)
#### Post date: [May 8, 2023, 7:40pm UTC](https://forum.codewithmosh.com/t/does-anyone-even-read-and-answer-these-questions/19553/7 "2023-05-08T19:40:38Z")

</div>

Lucky I saw this.  
Posted a question earlier today with no response.  
Ended up going with a ud emy (pathetic how this place censors that word) course. Python in 100 days or whatever.

Active discord any everything.

Glad I didn’t part with any of my money on this site.

---

<div class="post-metadata">

### Author: ![Lyriraki](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/lyriraki/32/5917_2.png) [@Lyriraki](https://forum.codewithmosh.com/u/Lyriraki)
#### Post date: [May 9, 2023, 7:00pm UTC](https://forum.codewithmosh.com/t/does-anyone-even-read-and-answer-these-questions/19553/8 "2023-05-09T19:00:54Z")

</div>

I can say, the way Mosh explains and organizes the material is very comfortable and easy to follow, and I haven’t found an instructor like him on other platforms. But the way he manages his community and students is really bad. I mean, you can hardly find him replying to some forum questions, I don’t mean asking him to reply to all forum questions, but at least answering 1 or 2 recent questions isn’t bad.  
I hope in the future he can provide an accessible space, like Discord.

---

<div class="post-metadata">

### Author: ![mishagos](https://avatars.discourse-cdn.com/v4/letter/m/47e85d/32.png) [@mishagos](https://forum.codewithmosh.com/u/mishagos)
#### Post date: [May 9, 2023, 7:46pm UTC](https://forum.codewithmosh.com/t/does-anyone-even-read-and-answer-these-questions/19553/9 "2023-05-09T19:46:13Z")

</div>

Exactly and given that he claims to have 10 million students overtime that means that he brought any beer between 10:00 and 50 million dollars at a minimum given his price structure over the last number of years. Which means that it sounds like he’s just too cheap to hire someone to look through the forum and answer questions from time to time which is a shame because he seems like a nice guy and he explains things great but when it comes to supporting a students I’m going to go with as long as he’s has your money he doesn’t care.

---

<div class="post-metadata">

### Author: ![Andrew](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/andrew/32/5483_2.png) [@Andrew](https://forum.codewithmosh.com/u/Andrew)
#### Post date: [May 10, 2023, 7:57pm UTC](https://forum.codewithmosh.com/t/does-anyone-even-read-and-answer-these-questions/19553/10 "2023-05-10T19:57:00Z")

</div>

Hey Mishagos, yes - I wouldn’t expect to find much in the way of answers in this forum. Personally, I use ChatGPT to answer 99% of my questions - the other 1 percent is just me re-watching a tutorial to correct sytax errors.

What you do is copy and paste your code into ChatGPT and then ask whatever question you have about it. Works wonders for me.

---

<div class="post-metadata">

### Author: ![mishagos](https://avatars.discourse-cdn.com/v4/letter/m/47e85d/32.png) [@mishagos](https://forum.codewithmosh.com/u/mishagos)
#### Post date: [May 10, 2023, 8:21pm UTC](https://forum.codewithmosh.com/t/does-anyone-even-read-and-answer-these-questions/19553/11 "2023-05-10T20:21:01Z")

</div>

And then pay these guys for the pleasure.
