Artem Zakharchenko
Artem Zakharchenko
Hey, @frontendmonster. Thanks for reporting this. I will try to have a look at this in a week or two. If you find out the root cause by then, feel...
I'll describe the intermediate examples in more detail below. ## Intermediate examples ### Conditional rendering (Only) Need to come up with a practical example of conditional rendering. Maybe a burger...
@dandelionadia, thank you for providing those! Look amazing. If you don't mind, I'll list a few comments to the examples you've prepared. ## Conditional rendering - I'm grateful that you've...
@dandelionadia, thank you for the fixes! Please, if I may, there are a few more comments. ## Conditional rendering - Could you please fix those errors in the console? They...
Just merged the intermediate examples section to `master`! Huge thanks once more, @dandelionadia! Looking forward to those advanced ones :)
## Knowing all responsive props declarations of a single prop I need to keep in mind that simply introducing a static alternative for `matchMedia` to run on Node environment **is...
## Breakpoint/client dimensions comparison with mixed Numeric values Current implementation of the library respects `Layout.defaultUnit` when delcaring dimensions for `Layout.breakpoints`: ```js Layout.configure({ defaultUnit: 'rem', breakpoints: { mobile: { maxWidth: 15...
I'm currently in doubt whether this hooks bears any user value. Discussion in #279
Worth looking into: [Solving CSS container queries](https://www.youtube.com/watch?v=lRpv-q6FlV0)
There is also a `ResiveObserver` supported in Chrome, and supposedly having a polyfill.