tjinauyeung / svelte-forms-lib

📝. A lightweight library for managing forms in Svelte
https://svelte-forms-lib-sapper-docs.now.sh/
MIT License
603 stars 59 forks source link

Looking for contributors! #30

Open tjinauyeung opened 4 years ago

tjinauyeung commented 4 years ago

I've created this library during a simple exploration of svelte framework, and genuinely enjoyed what I've learned about svelte. However, I'm not actively using svelte in my daily work nor have I got a side project for this. Therefore I'd like to reach out and see if anyone is interested in having a more active role in contributing to this little library and to the docs - https://svelte-forms-lib-sapper-docs.now.sh/introduction.

Give a little shout out if you are and I'll invite you to the project!

EDIT: Updated the title to reflect a more active status of the project. Super happy that a couple of devs (@larrybotha and @tiaanduplessis) joined to help out, much appreciated. For those who are also interested go ahead and add yourself in the comments or just create a PR!

frederikhors commented 4 years ago

So sad!

larrybotha commented 4 years ago

I'm actively using this in one non-trivial application, and I'm more likely to use it than alternatives in future projects - it's simple and clean! I'm keen to get my hands dirty, and there are a number of great features that can be added that I'd love to contribute:

Speaking of deploys... @tjinauyeung can you deploy the latest changes that include validateField?

tjinauyeung commented 4 years ago

Just deployed the latest changes.

tjinauyeung commented 4 years ago

I'll invite you as a contributor to the project.

tiaanduplessis commented 4 years ago

@tjinauyeung if you are still looking for maintainers I would be happy to assist. We recently started using svelte-forms-lib for some applications and since it was such a smooth transition from our other React projects that use formik we will most likely continue to do so in the future.

tjinauyeung commented 4 years ago

@tiaanduplessis That's awesome. I've invited as a collaborator!

EstebanBorai commented 2 years ago

Hi @tjinauyeung! I'm also using this library on a daily basis in my current work while we build an application using SvelteKit. We are also migrating some forms and building new ones using this library, I will let you guys know any insights and issues we may encounter.

Count on me as well!

CC: @tiaanduplessis , @larrybotha

dipanshuhappy commented 2 years ago

HI @tjinauyeung i recently started learning svelte and i am vibing with it , i really will be interested to contribute to your library .... this would help me understand how to contribute to open source as i have never had, and i would love to contribute here and mark this as my first open source contribution .... i do have experience working on large projects and with my knowledge in typescript i can help in issue #97

Tommertom commented 1 year ago

@larrybotha @tiaanduplessis - hi there

Any active maintenance still going on? Myself looking for resolution on 120 - isValid being true at beginning

moalamri commented 1 year ago

Seems dead 😢

dipanshuhappy commented 1 year ago

@

Seems dead 😢

Let's fork this and continue building on top of it

larrybotha commented 1 year ago

@Tommertom and @moalamri ye, I've had little time to focus on svelte-forms-lib the past few months, but I've got leave coming up that'll allow me to add some much needed TLC here!

Apologies for the convenience everyone

Tommertom commented 1 year ago

@Tommertom and @moalamri ye, I've had little time to focus on svelte-forms-lib the past few months, but I've got leave coming up that'll allow me to add some much needed TLC here!

Apologies for the convenience everyone

Hi there - not to worry! Appreciate the efforts

moalamri commented 1 year ago

@larrybotha You have done great man, and absolutely there are no obligations here, it just made me a bit sad to see less contributions to this awesome lib. I started using it few days ago and I hope I could contribute something 👍

moalamri commented 1 year ago

@dipanshuhappy OP seems ready for some reworking 😀 We could unify ideas and contributions here. That's very motivative from you 👍

dipanshuhappy commented 1 year ago

@dipanshuhappy OP seems ready for some reworking 😀 We could unify ideas and contributions here. That's very motivative from you 👍

Bro.... I have this sudden rise in love of open source in meet ..😅

moalamri commented 1 year ago

@dipanshuhappy Now it's up to the maintainer to set agenda and goals and we could sort issues by priority and work on them 👍

moalamri commented 1 year ago

@dipanshuhappy I have converted this library to fully typescript and I'm up to using the experimental typescript's decorators for validation, that way I can use my existing dtos and wire values with the validators 🤔 ever been in that side of typescript? If you up to contribute, I can make a repo based on this library as it will be a whole different path from the current use.