Closed MarufSharifi closed 3 years ago
@MarufSharifi Thank you so much for the PR; this looks great. I'll review your PR in a couple of days, from my initial glance over the changes, everything looks fine 🙌🏻
Hey @Rishabh-malhotraa, I am interested to work on this project. I have reviewed all the codes of the project, this is a really good project in my tech stack, I know typescript, javascript, React and React native, could you please help to implement the remaining features of this project?
Hey @MarufSharifi, we can connect on discord rishabh.malhotra#4193, and we can discuss the features I plan to implement. You can also suggest anything if you are interested.
@all-contributors please add @MarufSharifi for infrastructure and code
@Rishabh-malhotraa
I've put up a pull request to add @MarufSharifi! :tada:
LGTM thank you!
have done this tasks
1 created a context to store the RoomID by the name of RoomIDContext. 2 created a type for RoomIDContext in types file by the name of RoomIDContextTypes. 3 created a custom hook by the name of useRoomID to make consuming RoomIDContext easy. 4 at first used the useRoomID in this directory
"src/pages/Room/Room.tsx"
to set RoomID to RoomIDContext. 5_ read the RoomID from RoomIDContext instead of getting the RoomID from useParams.closes #22