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

Add "basic" widget set for samples, prototyping, first steps #2275

Open
5 tasks
JakeWharton opened this issue Aug 29, 2024 · 0 comments
Open
5 tasks

Add "basic" widget set for samples, prototyping, first steps #2275

JakeWharton opened this issue Aug 29, 2024 · 0 comments

Comments

@JakeWharton
Copy link
Collaborator

If you want to start using Redwood today you need to build a schema and widget bindings for literally everything. It is paramount that you do this, but it's not important if you're just getting started and trying things out. Instead, we can provide a "basic" set of widgets, similar to those we create in our own samples, test-app, and tests. This will also greatly simplify our samples and test-app!

To be included:

  • Text widget
  • Button widget
  • TextInput widget
  • Image widget
  • BackgroundColor modifier

The ability to support the test-app and counter is a good litmus test for the design of these schema types. We want them to feel useful enough to build simple things. We don't want them to be used in production by anything. Not sure if emoji-search should migrate or not... we might want that to be our pretty sample. Maybe we add a calculator sample or something to show something that still can be built with these basic widgets but is also slightly more complicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants