Custom routes without resources

Viewed 22

I would like to use React-Admin without resources defined but only with custom routes, is it possible?

        <Admin title="Panel" basename="/" dashboard={Home} layout={CustomLayout} i18nProvider={i18nProvider}>
            <CustomRoutes>
                <Route path="/documentation" element={<>Documentation</>} />
            </CustomRoutes>
        </Admin>
0 Answers
Related