portfolio
portfolio copied to clipboard
When setting up a form-3 component in a scene, if you use a `r/atom` in `:params`, the component will be re-mounted every time the `r/atom` state changes. My motivation for...
Hi! I have a scene for a simple "collapsible" component, with a css transitioning max-height. But the portfolio "viewport" for the component behaves a strangely. Almost like it's resizing to...
Reagent with react 18 has this issue where deeply nested components don't rerender on file change. To force a rerender on all parts of the component, regardless of how deeply...
The zoom buttons are adding percentage width and height to the body of the iframe and scaling up in other places. This way leads to the iframe contents breaking as...
Please see the following repo folder `0009_portfolio_skia_render` for replication steps: https://github.com/dmg46664/problems/blob/main/0009_portfolio_skia_render/README.md This is replicating this kind of code: https://snack.expo.dev/@wcandillon/hello-snack , where the main app needs to be loaded in separate...
issue https://github.com/cjohansen/portfolio/issues/28 I implemented global decorator support for portfolio. here is current config api (can be changed) ```clojure (defonce app (ui/start! @@ -31,6 +32,9 @@ :config {:css-paths ["/portfolio/demo.css"] :decorators {:reagent...
I get the following runtime error when trying to load a very barebone portfolio project. From the looks of it, the code tries to add a listener to a document...
## problem we have a lot of scenes, we want to add new context or provider to existing scenes ## feature request we want to configure global decorator(wrapper) to our...