Anime App React Tutorial - Create a Table (Step 4)

preview_player
Показать описание
In this tutorial series you will learn how to create a full - stack web application with React JS, Alt - Flux JS, Express JS, and MySql.

Key topics will include file scripting, programmatically populating and managing a database, creating an API from scratch, developing functional and class based components in React, menu bar navigation with React Router, creating forms, creating front - end "stores" to save / update / retrieve data, creating a login - screen, and more.
Рекомендации по теме
Комментарии
Автор

Thanks! Where is other tutorials? Dou you have experience as a React Developer?

yerowyn
Автор

TypeError: Cannot read property '0' of undefined const Table = ({ data }) => {
const firstRow = data[0];
const columns = [] i get this error

ahmadafghan