-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React and Tailwind #12
Comments
Yes boss 🫡 |
Created a sample admin view to view complete and incomplete requests. If doing this for real, I would make each request card its own component and style it better, but for now just wanted to use props and get something basic working. Question: how many different pages do we envision? who has access to each one? |
Great work guys. @hmcclew We are going to be using BrowserRouter for navigating between pages. We will use UseContext when we need to use the same data across multiple pages. (ex. Displaying all Gifts). |
@GenerateNU/caitscurates
React
Tailwind
Code Sandbox
Research react/tailwind.
Think about how components will work in our site, how can we children props and composition to ease development?
Create a component that makes use of UseState, props, and has some tailwind styling in code sandbox (or whatever you want to use)
Post a screenshot of the code/component and ask 1 question related to the project/react/props below!
DUE 10/10
The text was updated successfully, but these errors were encountered: