Philip Hickey
Philip Hickey
@MrBlenny What's your vision for a "redux state container"? Would this just be a story, similar to [ExternalReactState](https://github.com/MrBlenny/react-flow-chart/blob/master/stories/ExternalReactState.tsx) except mapping the internal state actions to the redux action dispatcher?
When using custom node components with a variable width or height, the start and end points of links will not update when the node size changes. _The ports and the...
This PR implements check digit validation according to the algorithm described here: https://en.wikipedia.org/wiki/ABA_routing_transit_number#Check_digit It assigns the result to the `isPotentiallyValid` property of the validation result, so as not to introduce...
An alternative to #29 that adds an additional property to the routing number validation specifically for the check digit validation.