ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

194 results

Marmelab
React-admin and Supabase

React-admin provides special guessers to scaffold an app on top of a Supabase server. Discover how to start a new react-admin ...

7:37
React-admin and Supabase

3,787 views

1 year ago

Marmelab
Starting a new react-admin application

The create-react-admin package takes care of creating a new React application with Vite.js, installs react-admin as a dependency, ...

2:43
Starting a new react-admin application

6,640 views

2 years ago

Marmelab
Writing a Data Provider For React-Admin

The data provider maps the queries and mutations made by react-admin components to your API. If your API backend isn't in the ...

7:46
Writing a Data Provider For React-Admin

3,088 views

2 years ago

Marmelab
Linking Two Inputs In A React-Admin Form

See how useWatch and FormDataConsumer can help you hide an input based on the value of another one in react-admin.

4:57
Linking Two Inputs In A React-Admin Form

721 views

2 years ago

Marmelab
Access Control and Authorization in React-Admin

Restrict access to pages and components in react-admin apps using `authProvider.canAccess()`. This security feature lets you ...

8:51
Access Control and Authorization in React-Admin

1,366 views

1 year ago

Marmelab
The Edit Component in React-Admin

Explore the Edit component features and props in this tutorial by François Zaninotto, one of the core developers of react-admin.

6:49
The Edit Component in React-Admin

1,670 views

2 years ago

Marmelab
The Admin component in React-Admin

Discover how to add authentication, translation, a dashboard, themes and custom pages to a react-admin application by setting ...

9:02
The Admin component in React-Admin

2,085 views

2 years ago

Marmelab
React admin in Next js

Create a new react-admin application with Next.js Documentation: https://marmelab.com/react-admin/NextJs.html.

3:58
React admin in Next js

2,415 views

2 years ago

Marmelab
Reference Field Components in React-Admin

Learn how to fetch and display data from more than one table, whether in a many-to-one or in a one-to-many relationship, thanks ...

6:41
Reference Field Components in React-Admin

1,294 views

2 years ago

Marmelab
Create New SelectInput Options On-the-Fly in React-Admin

React-admin lets users create new options for SelectInput controls without leaving the current page. - SelectInput documentation: ...

3:55
Create New SelectInput Options On-the-Fly in React-Admin

519 views

2 years ago

Marmelab
Refresh Any Part of the Screen in a React-Admin Application

React-admin query hooks leverage Tanstack Query, which provides an invalidateQuery helper to force the browser to refetch a ...

4:39
Refresh Any Part of the Screen in a React-Admin Application

299 views

1 year ago

Marmelab
The List Component in React-Admin

An overview of the usage and main props of the List component proposed by François Zaninotto, one of the core developers of ...

7:01
The List Component in React-Admin

2,538 views

2 years ago

Marmelab
The Resource Component in React-Admin

At the heart of react-admin, the Resource component lets you define CRUD routes for a given record type. It relies on react-router.

6:47
The Resource Component in React-Admin

1,632 views

2 years ago

Marmelab
Combine Data Providers In React Admin

React-admin applications can aggregate data from multiple data sources, thanks to a helper called combineDataProviders.

2:31
Combine Data Providers In React Admin

608 views

2 years ago

Marmelab
The FunctionField Component in React-Admin

Combine data from several fields in Datagrid or Show view, using this very common react-admin Field component.

4:29
The FunctionField Component in React-Admin

493 views

2 years ago

Marmelab
Using the ListGuesser to Scaffold a List View in React-Admin

React-admin Guesser components are common starting points for building List and Edit views in react-admin. See an example ...

5:37
Using the ListGuesser to Scaffold a List View in React-Admin

3,844 views

2 years ago

Marmelab
The CustomRoutes component in react-admin

To add custom pages to a react-admin application, CustomRoutes relies on react-router and uses a familiar API. - CustomRoutes ...

3:33
The CustomRoutes component in react-admin

609 views

2 years ago

Marmelab
The SimpleForm Component in React-Admin

Learn how to tweak this react-admin form layout component that renders one input per row. - Documentation: ...

6:06
The SimpleForm Component in React-Admin

1,076 views

2 years ago

Marmelab
The NumberField Component in React-Admin

NumberField lets you format, transform and localize a numeric value from the current record. This react-admin component is more ...

5:19
The NumberField Component in React-Admin

423 views

2 years ago

Marmelab
The ReferenceInput Component in React-Admin

ReferenceInput populates the choices of a select input with records from a related table, to edit a foreign key in a many-to-one ...

9:01
The ReferenceInput Component in React-Admin

353 views

1 year ago