Rust for JavaScript Engineers - All a Board
Connect Four | Repository In the last post we looked at setting up the codebase to build Rust crates, and then importing them into a JavaScript project. By the end of the post we’d gone over a simple enum based design for each position of the Connect 4 board. In this post, I’m going to expand on how we can take that simple data structure, build out the entire grid, and then render it using HTML elements. ...