Mike Davies
Mike Davies
demo/demo.htm uses the class clearfix to manage containing floats. This should instead be done on a more component structure level rather than a presentation-specific classname. Have a read of: http://nefariousdesigns.co.uk/on-html-element-identifiers.html#anti_patterns...
The key principle of progressive enhancement is that core functionality works without JavaScript. Web development best practices note that if you have functionality that requires JavaScript, that you insert it...
Following on from the suggestion in #14 , reimplemented my changes using a forwardRef and useImperativeHandle. Returns an instance of the Chessground API for the current board. Sample code demonstrating...