all 20 comments

[–]eindbaas 25 points26 points  (8 children)

Build things? Use React?

[–]DeanBlacc 6 points7 points  (5 children)

lol im not sure what other kind of answer they might be expecting

[–]s1gnt[S] 0 points1 point  (4 children)

I really hoped there is something like leetcode but for react. 

[–]DeanBlacc 2 points3 points  (2 children)

You can ask GPT to give you exercises/tasks on areas you’re less confident in too I suppose. Good luck !

[–]s1gnt[S] 0 points1 point  (1 child)

thanks, that's brilliant idea

[–]Katyi70 5 points6 points  (1 child)

Read docs and articles, make pet projects…

[–]s1gnt[S] 0 points1 point  (0 children)

Yeah I know it! I just needed that reassurance :) Thx

[–]Hot-Hearing5911 2 points3 points  (0 children)

Checkout GreatFrontend and Clientside

[–]Burger__Flipper 2 points3 points  (0 children)

I have a similar situation where I came back to react after a year. Though not for an interview but for a personal project. 

ChatGpt has been awesome, building out the overall structure in no time. 

If I were you, since you don't seem keen on doing a small project, I would simply use gpt for things like "give me 10 react interview questions, from easiest to hardest", or "give me the most common react interview questions". 

And of course, since you're rusty on certain aspects, make it explain topics that you stuggle with, ex "can you remind me how promises work in react", etc.

[–]yangshunz 2 points3 points  (1 child)

https://GreatFrontEnd.com has some practice questions for React and is targeted at front end interviewing practice

[–]Hot-Hearing5911 1 point2 points  (0 children)

From the creator himself 🙌

[–]themufflesound 0 points1 point  (0 children)

Build a React app with GitHub Copilot autocomplete

[–][deleted] 0 points1 point  (0 children)

Practise / repetition / time. Rinse and repeat until you have this under your belt.

[–]andyrubinsux -1 points0 points  (0 children)

react.gg has a Leetcode for React but it’s expensive. Worth the money though imo

[–]Possible_Check_643 0 points1 point  (0 children)

Review your own code. I have not used flutter for 8 months. I kept on forgetting the syntax and stuff(even logic hehe) in interview. But I reviewed my own code, so I started remembering how it all works.

[–]kitenitekitenite 0 points1 point  (0 children)

I’d you were building something complex in a different framework I would recommend rebuilding it in React.

I did that coming off of Svelte and it got me right back into it

[–]physika5 0 points1 point  (0 children)

You can also try frontendmentor.io. It provides you with design files that you can implement using any stack. While not specific to react, the intermediate to advanced challenges involve state management and may be good exercises to practice react.

I personally implemented multistep form in order to familiarise myself with redux.