kodepareek

Results 6 comments of kodepareek

I am seeing the same problem. Any solutions guys?

This isn't ideally handled at the admin component level. What you need to do is write a custom Menu component ``` import React from 'react'; import { Link } from...

AOR is designed as an SPA so theoretically the entire page is to get loaded on the first connect with the server and no more JS etc is transferred from...

The URL in the browser is more for the user's reference rather than actually indicative of the current data being displayed. Most of my pages make several queries on loading.

Well I managed to get this done. Do you want me to share documentation?

I finally had to completely bypass AOR loopback and use AOR fetchUtils to make the req and response. ``` import { fetchUtils } from 'admin-on-rest'; // if condition below will...