from
Why it was great for my hack:
What it was not great for my hack:
React
Addresses inefficient updating by using a virtual DOM
D3
Allows you to bind arbitrary data to the DOM, using a select. enter, exit, and update pattern
Pros
Cons
Great for me:
- Did not have any D3 code pre-written
Customizability issues:
- E.g. Tooltip
Issues
- NPM modules are not as customizable as true D3
- It's difficult to get people to give feedback as it is
Technical learnings
- Firebase!
- React and D3 can play nice together,
and there's many ways to make it happen
- Play with react-d3-radar src code
- Integration
- Data Management with cloud functions