export const PostList = () => (
<List>
<Datagrid>
<TextField source="id" />
<ReferenceField source="user_id" reference="users" />
<TextField source="title" />
<EditButton />
</Datagrid>
</List>
);
React-admin - My First Project Tutorial
React-Admin Tutorial This 30 minutes tutorial will expose how to create a new admin app based on an existing REST API. Here is an overview of the result: Your browser does not support the video tag. Setting Up React-admin uses React. We’ll use create-rea
marmelab.com
Context로 아주우우 간단한 화면 만들어 보았다. (1) | 2023.12.15 |
---|---|
context는 redux와 비슷한 역할을 한다(?) (0) | 2023.09.21 |
package.json과 package.lock.json는 어떻게 다를까? (0) | 2023.06.30 |
Key와 id의 차이점 / 리액트에서 반복되는 리스트를 만들땐 둘 중 어떤것을 써야할까? (0) | 2023.04.25 |
next.js는 React로 만드는 서버사이드 렌더링 프레임 워크다. (0) | 2023.01.17 |