5 Github repos to level up your react skills

The Senior Junior Dev
2 min readFeb 9, 2022
Photo by Lautaro Andreani on Unsplash

Once you are behind the point of basic tutorials and simple apps, you probably want to see how larger applications are built. When I was in that position (and still am) I had a shortage of that information. I would appreciate some tips on sources where I could find how to structure larger applications, what are best practices and so on. Today I have 5 sources that helped me in my journey and I use them on regular basis.

Bulletproof react

Bulletproof react is an Opinionated guide how to do things. It's quite high level, but it provides links to further study.

React interview questions

React interview questions is full of questions like How to apply validation on props in React? which not only help you to prepare for an interview. But it also really sharpens your react knowledge. It helped me to go one question I did not know the answer to per day to level up my knowledge.

Ts react redux real world example

Ts react redux real world example is all about setting up a redux store with typescript.

Next real world example

next real world example is an example application built with Next.js.

30 seconds of react

30 seconds of react repo is very practical one. Repo consist of react snippets for the most common things, like Loader, Modal or useDebounce hook. I used this repo quite regularly for inspiration.

--

--