This tutorial is really nice. Got a question however, could you explain to me why did you choose the bootstrap CSS way over the react-bootstrap way for the table style in 11.4 ? Cheers !
Thanks. As for the table styling, no strong reason. I figured that the Table class (for that matter, Grid and Row classes too) did not add any value over and above Bootstrap class names -- except for converting class names into react props. I was already familiar with the bootstrap class names and thought it unnecessary to learn one more thing.