React Clients #58
lostcarpark
started this conversation in
General
Replies: 1 comment
-
|
Two additional thoughts:
My inclination would be to start with a combined React client (with logical grouping into functional areas) and then look to break it apart when its complexity gets higher (and when we have a clearer picture of what "modularity" looks like). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking at implementing participant links, and I think a React front end for them would be nice. This would be embedded in the "My Profile" page. Initially this would just display a panel for specifying links, but later it could be expanded to take over other parts of the profile page, and eventually handle the full participant profile.
I'm wondering whether I should add it into BC's volunteer React front end, or make it a standalone React app.
Advantages of adding to volunteer one:
Advantages of standalone app:
I have to admit I'm torn, but probably leaning towards making it standalone for easier modularisation in future. It would mean there would be multiple components to build, but I think this could be mitigated with a build script.
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions