

The creators of BPR also included additional resources for people who want to learn even more.Īs far as youtubers go, check out blue collar coder. This will show a good pattern for setting up a production ready react application (you can ignore the typescript if you want, but it's not that hard and totally worth learning).įrom there just build apps until you feel comfortable building front end web applications.

Get Your Next Project Idea Here Got a project to show? Get an invite to our sub's chatroom, it's new! Talk in Real Time (tm)! Project Ideas Scrimba's React course by /u/mrborgen86./u/acemarke's suggested resources for learning React, JS, and more.
CODE WITH MOSH REACT MODS
Mods will remove such posts posted on other days. If you want to show off or need feedback on your portfolios, you should post on Sundays, and Sundays only. Therefore posts of NSFW React apps must link to source, not to the live NSFW app. We ask that NSFW posts nevertheless focus on the technology rather than the content.

links to NSFW apps built with React) but try not to be prudes.
CODE WITH MOSH REACT CODE
Please link some source code (or if not possible, we understand, link some live demo or codepen so that people can try you out and learn from you) 6. We're all here to learn from you, but can't learn very much from a video recording. Demos should link source code or live demos

If you need further guidelines on spam, see Reddit's guidelines on Spam. Per Reddit guidelines for self-promotion, you are definitely welcome to promote your own content as part of your participation in this community, but if you repeatedly post low quality crap you will be banned. Telling people to "get out" of the industry or that they are not good enough in some shape or form is a bannable offense. Reasoned criticism of React or any other library is welcome, but spare us your rants. Polite or Constructive criticism is welcome but don't rag on other people's work or attempts to improve themselves. Interested in building mobile apps using React Native? Check out /r/reactnative! Rules 1. Hope I can help someone with this post.A community for learning and developing web applications using React by Facebook.
CODE WITH MOSH REACT UPDATE
For that, we also need to update the file: import "`, We need to tell the compiler, what is the meaning of such expression. This is the updated code for the api-client.ts: import axios from "axios" ĭuring the build time, the compiler is not able to recognize the expression: _KEY. In production, we need to specify an environment variable in Vercel. While running in development, we use the api_key specified above. Then we need to update our api-client.ts hook. In this file we can specify our api_key like this: VITE_API_KEY="somekey" Mosh did an amazing job, explaining the best practices to apply.īesides everything mentioned, by Mosh, I also would like to recommend not committing code, with API keys. In the last chapter, we create a game discovery app, named GameHub. I did the course about React 18, and I’m super happy with it. This is not really a post… more like a suggestion for curious people.
