I have a little issue with React. I can\'t create a nested component with a for loop. What I want to do is create 9 cells of a table and then create 3 rows with 3 cells for
You are pushing functions to the board array. If you want render them, you have to call those functions like
board
{board[0]()}
I prepared an example that covers your problem: http://jsbin.com/hofohiy/edit?js,output