Skip to content
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

feat: Convert frontend components to use React. #15

Merged
merged 4 commits into from
Aug 21, 2024

Conversation

kovipu
Copy link
Contributor

@kovipu kovipu commented Aug 19, 2024

  • Start of the React conversion.
  • Create a Single page app (SPA) nested inside of Astro. Seems to work fine!
  • Use react-router-dom for routing. This adds a bit of boilerplate to the routing, but is what we have to do if we want to use React with Astro. And that boilerplate is now written down.
  • Added base for our design: font, colors, typography sizes
image

@kovipu kovipu force-pushed the feat/use-react-for-frontend branch 2 times, most recently from 1f20090 to 8525ee5 Compare August 19, 2024 11:38
@kovipu kovipu force-pushed the feat/use-react-for-frontend branch 4 times, most recently from a258321 to 62f17be Compare August 20, 2024 14:39
@kovipu kovipu force-pushed the feat/use-react-for-frontend branch from 62f17be to 906d326 Compare August 20, 2024 14:40
@kovipu kovipu force-pushed the feat/use-react-for-frontend branch from 02fdf72 to bf3ff60 Compare August 20, 2024 15:47
@kovipu kovipu requested a review from Teolhyn August 20, 2024 15:53
@kovipu kovipu merged commit 0f60404 into main Aug 21, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants