Let your data build your UI, with Astro components
Find a file
Ayo Ayco 24b571f440
Merge pull request #14 from Jaspreet099/main
Updated name in contributors
2022-10-02 17:07:20 +02:00
.vscode Initial commit 2022-09-25 20:09:11 +02:00
demo feat: update demo app and package readme 2022-10-01 19:32:55 +02:00
packages docs: move the contributing.md 2022-10-01 21:53:20 +02:00
.gitignore docs: project readme 2022-09-25 21:38:24 +02:00
CONTRIBUTING.md docs: add link to the issues page 2022-10-02 10:34:32 +02:00
package-lock.json docs: update readme image 2022-10-01 18:41:48 +02:00
package.json chore: update monorepo scripts and readme 2022-10-01 17:15:24 +02:00
README.md Updated name in contributors 2022-10-02 20:35:37 +05:30
RELEASE.md Create RELEASE.md 2022-10-02 20:10:59 +05:30
tsconfig.json chore: clean up monorepo 2022-10-01 15:44:39 +02:00

Astro Reactive Library

npm npm npm github

Components and utilities for building reactive user interfaces 🔥

Build blazing-fast user interfaces with native Astro components and architecture.

Please report issues and suggestions

Packages Version Docs
astro-reactive-form npm 🛠 in-progress
astro-reactive-validator 🛠 in-progress 🛠 in-progress
astro-reactive-datagrid 🛠 in-progress 🛠 in-progress

HACKTOBERFEST 2022

Hacktoberfest has begun! 🚀

Any contribution is welcome. See our contributing guide, and feel free to look around to find something that interests you. :)

Maybe add some themes to our form component? Or maybe an improvement for the README?

The issues page contains some ideas, but they should not limit your contribution.

If you don't find anything there, I'm happy to help you get your contribution in.

You can always create a new issue for your own idea, email me or message me on Twitter (@ayoayco).

Running locally

We mainly use the demo app to see changes we make on the packages. Do the following to start hacking:

  1. Fork the project then clone to your computer
git clone git@github.com:<your-user-name>/astro-reactive-library.git
  1. Go into the project directory
cd astro-reactive-library
  1. Install the node dependencies
npm i
  1. Run the demo application
npm run dev
  1. Open the demo application on you browser. Browse to the address:
https://localhost:3000

Please report issues and suggestions

Contributors

  1. Ayo Ayco
  2. Jaspreet Singh Saini
  3. Add your name here!