tjinauyeung / svelte-forms-lib

πŸ“. A lightweight library for managing forms in Svelte

Home Page:https://svelte-forms-lib-sapper-docs.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Looking for contributors!

tjinauyeung opened this issue Β· comments

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!

So sad!

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:

  • value formatting / parsing and masking like in informed
  • add CI
  • automate versioned deploys

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

Just deployed the latest changes.

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

commented

@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.

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

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

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

@larrybotha @tiaanduplessis - hi there

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

Seems dead 😒

@

Seems dead 😒

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

@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 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

@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 πŸ‘

@dipanshuhappy OP seems ready for some reworking πŸ˜€
We could unify ideas and contributions here. That's very motivative from you πŸ‘

@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 ..πŸ˜…

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

@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.