Alex Moldovan

Results 24 issues of Alex Moldovan

## Context Event handlers are still an experimental feature in the UIDL, but currently it supports `stateChange` and `propCall` as two different statements. ``` "click": [ { "type": "stateChange", "modifies":...

proposal

## Context When using a dynamic node, we reference the exact value of that prop/state/local var. Like in this example: ``` { "type": "dynamic", "content": { "referenceType": "prop", "id": "title"...

proposal
discussion

This is not necessarily a common case, but it appears in a lot of examples, where you would define a component in React for example: ```javascript class MyComponent extends React.Component...

proposal

Initially we developed the component generators as async functions, but since the flow is sync, it might not be needed after all. A resolution would be great before the official...

discussion

It might be useful at some point to render something based on two different state keys. Currently this could be done in theory, but in a hackish way with nested...

exploration
uidl

We had this implemented (#89 and #103) but with the new UIDL structure, this has to be thought differently. Perhaps we can have a step in the resolver that looks...

enhancement
exploration

Currently we assume that the first node inside the `root.content` is describing the different `routes/states` of the application. We may want to describe some sort of layout component around the...

proposal

A new step is added in the create-workspace flow ![image](https://github.com/codesandbox/codesandbox-client/assets/9945366/7f38e20c-59d0-45c5-9764-d87ee4f1d177) For testing, you can use any existing FREE workspace by going to /create-workspace?workspace= and click next on the first step....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...