monobase icon indicating copy to clipboard operation
monobase copied to clipboard

React static site generator

Results 11 monobase issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. #### Changes included in this PR - Changes to the following...

How to get parameters and query I want to get the parameters passed in from the URL? Any other good ideas? Thanks.

Trying to implement a "Signup for newsletter" form with a DynamicComponent(Form), worked when I had the Bear Token on the header of the fetch request, but when I tried to...

Ditch all the css in js libraries and use good old css modules.

Hello, Please note that this was generated by an automated script. There is a key leakage in your repository. I'll like to tell the details but when you are online....

I have a Dynamic Slideshow component that takes child components and rotates through them every few seconds. When I pass non-component children there is no issue: ```jsx ``` But when...

The compiler in development mode becomes super slow after rebuilding a couple times. I at some point need to wait 20s for the site to rebuild. I think the slowing...

bug

When wrapping components from a production library (built with Webpack), Monobase swaps out the static component for another dynamic component. The wrapped component uses the compiled component name as an...

bug

I have a parent → child relation setup where the parent has `display: grid` enabled and the child has `grid-column: auto/span 2` to span 2 columns. When using a `Dynamic`...

- [x] Also use transpiled code to render pages - [x] Make sure new components are detected without restart - [x] Use the React Context API for page contexts -...