Alex Moldovan

Results 24 issues of Alex Moldovan

Because the bundler is a static build with a predefined html, we cannot serve the entry html of each sandpack, the same way codesandbox does. Hence, the tags don't get...

bug
bundler
feature:request

The resource loader plugin uses two ways of loading resources in react native components ``` if (sourcePath.includes(Constants.ASSETS_IDENTIFIER)) { // Assuming the components are generated next to the assets folder setResourceRequireCall(sourceAttrAST,...

refactoring
react generators

Stencil has default support for TS, but it would be nice to have a plugin alternative to `teleport-plugin-jsx-proptypes` that can: - declare a new type for the Props object -...

exploration
core

## Requirement A strong use case for the UIDL is the ability to maintain a design system, aka a collection of atomic components without deciding on the specific framework implementation....

exploration
core

It looks like a rollup problem, but I don't have any experience with it so I'll leave an issue for now in case someone wants to grab this. ``` [...

bug
repl

A few proposals based on how the repl is using the component generators: 1. The repl should create an instance for each configuration of code generator (5 for react, 1...

discussion
repl

For a proper integration into the docs (white background) the **dark theme** of the new repl-component should looks similar with what we have now in the docs. vuepress is also...

repl

I had a few discussions with some Vue experts (hello Bogdan Luca) and made a list of practices we should follow when generating Vue components. I'm leaving this here for...

enhancement
vue generators

This refers to events we might want to handle in component lifecycle hooks, like catching a scroll event. Might be a nice addition to the UIDL structure as well as...

enhancement
exploration
uidl

After we merged #319, there are still a couple of loose ends in the stencil generator, more related to some restrictions or coding guidelines, others are simply missing parts. Everything...

stencil generators