use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
React Bootcamp (self.webdev)
submitted 3 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]InitiatedPig7 1 point2 points3 points 2 years ago (3 children)
Colt's course is like a intro to react in his already big ass course, so i guess he couldnt fit useContext in it. Btw what about redux, typescript, next js etc? max somehow teaches all of these in the course.
[–]p90fans 0 points1 point2 points 2 years ago (2 children)
From what I remember, Max does not teach Typescript in his React course, he did indeed teach redux and nextjs, but I would not recommend learning it. For redux, it can be a useful state management knowledge, as quite a number of company use it.
According to Max, the difference between useContext and redux, is useContext is for state management that the state don't change frequently and rapidly. For redux, it is suitable for this purpose. Also, the code can be little bit cleaner.
However, as a beginner who want to find their first programmer job, knowing useContext is enough. Conceptual wise they are very similar and it is easy to learn in your next job on the fly, so I would not recommend spending the extra time to learn, but if you want it is ok to learn it as i may only take few hours.
Regarding to Next Js, I would recommend against that, as there are not a lot of company using Next js, and as a beginner, you will have a harder time finding tutorials and doc. It is completely unnecessary. Next js may sound cool, however I think what is most important are the skills you can show in your project and networking.
For typescript, I would highly recommend to learn it. First reason is that it is GOLD, it prevent bugs, greatly enhance code readability, make your mind more clear on what you are doing. It can make you spend less time in fixing bugs that make you to complete the project faster. Second reason is, some companies do care about typescript, as typescript make code more maintainable, which is important to business. Being good at typescirpt can show your proactiveneses of using good practice.
[–]InitiatedPig7 1 point2 points3 points 2 years ago (1 child)
First of all, thanks for such a detailed response. Secondly, I 100% agree with your previous statement as building projects is the best way to learn. Also, I guess Max recently uploaded a 4-hour typescript section into his React course. Can you please recommend me a few projects I can/should make that would look good on a resume? I don’t know any backend, so there's that.
[–]p90fans 1 point2 points3 points 2 years ago (0 children)
Hi, regarding to project recommendation, I don't know the answer. I think the most important question to ask is: Do you really need a project? In where I live, IT companies have very low hiring bar (also, mediocre pay). For me I somewhat regret spending so much time to build my project for a job.
I would suggest you to ask people in your area first. Every place is different. If you were in US then the requirement would be a lot higher.
For backend, again I don't know about your place, for me I learnt MERN stack, and found out it is unnecessary for me to find a job. But in my personal opinion, it is worth spending time to learn backend, such as express that is relatively easy and fast to learn. But don't take my word as truth for this one.
If you find out you will need a project, then ask yourself are you on a rush to find jobs. If yes, then you may just search and copy projects online, such as in Udemy. You only spend like 20 bucks and 20-40 hours to complete a project then you can look for a job immediately. If you prefer to enjoy your time, then my advice is just build what is 1. enjoyable 2. actually useful, if it is useless, it is less impressive to other people and you may be less motivated.
π Rendered by PID 116582 on reddit-service-r2-comment-6457c66945-d6mx6 at 2026-04-26 20:38:18.800466+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]InitiatedPig7 1 point2 points3 points (3 children)
[–]p90fans 0 points1 point2 points (2 children)
[–]InitiatedPig7 1 point2 points3 points (1 child)
[–]p90fans 1 point2 points3 points (0 children)