Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the code generators in the repl #302

Open
alexnm opened this issue Jul 3, 2019 · 0 comments
Open

Using the code generators in the repl #302

alexnm opened this issue Jul 3, 2019 · 0 comments
Labels
discussion This issue involves just discussions, pre-proposal repl Issue related to the repl component

Comments

@alexnm
Copy link
Contributor

alexnm commented Jul 3, 2019

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 for vue) and just select that configuration when the input or selectors have changed.

  2. The repl should be able to receive a technology prop that allows it to be configured to output only in that specific technology (without showing the other options)

  3. We should support a default selection in case we want to show the vue generated code by default, but still allow switching at runtime.

  4. This is a bit of a long shot, but maybe the repl can be a lightweight implementation that can dynamically load the component generators at run time, or receive them as props, without having to depend on them directly.

@alexnm alexnm added discussion This issue involves just discussions, pre-proposal repl Issue related to the repl component labels Jul 3, 2019
@alexnm alexnm added this to the Official Release milestone Jul 3, 2019
@JayaKrishnaNamburu JayaKrishnaNamburu removed this from the Official Release milestone Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion This issue involves just discussions, pre-proposal repl Issue related to the repl component
Projects
None yet
Development

No branches or pull requests

2 participants