For Apps focused on productivity that require balance across the screen, it is recommanded to use the Navigation drawer clipped under the app bar (https://material.io/guidelines/patterns/navigation-drawer.html#navigation-drawer-behavior)
if it can be build with the current components, it would be great to add an example

I agree. The following products are using the above pattern or something close:
I'll have a go at this one :)
Could you please provide a bit more input on this or suggest a strategy. I've got an app using redux and react-router v4 with common appbar across all page. Drawer should be on most pages after authentication. The clipped drawer example works fine at keeping the drawer under the appbar when rendered together. I'm struggling trying to render the appbar and drawer as separate components (can't get the drawer to render under the appbar when I separate) - when adding the drawer component along with other components everything renders below the drawer.
Same here rweller59
same here @rweller59
Most helpful comment
Could you please provide a bit more input on this or suggest a strategy. I've got an app using redux and react-router v4 with common appbar across all page. Drawer should be on most pages after authentication. The clipped drawer example works fine at keeping the drawer under the appbar when rendered together. I'm struggling trying to render the appbar and drawer as separate components (can't get the drawer to render under the appbar when I separate) - when adding the drawer component along with other components everything renders below the drawer.