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

Consistent example applications #738

Open
6 tasks
krulod opened this issue Jan 11, 2024 · 0 comments
Open
6 tasks

Consistent example applications #738

krulod opened this issue Jan 11, 2024 · 0 comments
Assignees
Projects

Comments

@krulod
Copy link
Collaborator

krulod commented Jan 11, 2024

Currently, we have multiple Reatom demos showing how to use the library to solve tasks with frameworks like React or Vue.

First of all, it would be nice to use some UI kit to make the demos look fine and consistent. We found Carbon Design System to be a great choice since it's framework-independent and well-maintained.

Then, demos should include a relatively complex application implemented with every framework. We chose to clone GitHub's Issues page because it allows us to demonstrate how data fetching, pagination and filtering can be implemented with Reatom.

So the complete list of tasks is as follows:

  • implement the GitHub Issues page with Vue
  • implement the GitHub Issues page with React
  • implement the GitHub Issues page with Lit
  • implement the GitHub Issues page with Solid
  • implement the GitHub Issues page with Svelte
  • migrate existing demos to Carbon Web Components
@krulod krulod self-assigned this Jan 11, 2024
@krulod krulod added this to To do in v3 via automation Jan 11, 2024
@krulod krulod moved this from To do to In progress in v3 Mar 2, 2024
@krulod krulod moved this from In progress to To do in v3 Mar 2, 2024
@artalar artalar added docs and removed examples labels Mar 23, 2024
@BANOnotIT BANOnotIT removed the docs label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
v3
To do
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants