Live data from Hacker News

Viewing profile — bluebill1049

bluebill1049

HN member
Joined
Sat, Sep 23, 2017, 12:19 PM UTC
HN karma
64
Public activity
45 items

About bluebill1049

No profile information was provided.

Recent public activity

  1. comment
    Comment #22296506

    Thanks very much for sharing ️

  2. comment
    Comment #21228133

    yes, the right tool for the right job.

  3. comment
    Comment #21221412

    no comment...

  4. comment
    Comment #21221402

    it's beautiful when it all works, it's horrible when requirements changes.

  5. comment
    Comment #21221395

    agree. it all looks good on paper until the requirement and design changes, then you are in world of pain.

  6. comment
    Comment #21221386

    oh sweet! that's great to hear. my pleasure to help.

  7. comment
    Comment #21208997

    interesting project! thanks for sharing

  8. comment
  9. comment
    Comment #21208046

    Thank you very much byahya for your kind words and the lovely message. I am really glad could help you out with building forms. This is also one of the reasons why I am so passiona…

  10. comment
    Comment #21207643

    wow thanks, chatmasta, I am really glad to hear this great feedback! I would like to put the credit towards React Hook because it really saves us to write less code and not to worr…

  11. comment
    Comment #21207609

    I am not exactly sure what are you referring to, but I think this lib is pretty small compared with what is currently on the market, and I have tried my best, time and effort to ke…

  12. comment
    Comment #21207541

    yea, I have been working forms for a while, there is hardly a page where a form just couple inputs and a submit button. There are conditional display, design and UX requirements. I…

  13. comment
    Comment #21207513

    Agree, also there is also UI and UX's input on how the form should behave and its looking feel, it's not always just couple inputs and a submit button :)

  14. comment
    Comment #21202429

    I agree. the lib itself is primitive enough for you to build a JSON formate to generate forms. here is an good example: https://github.com/start-at-root/react-breeze-form

  15. comment
    Comment #21202404

    wow so cool~ https://picnicss.com/ love it. stared the project. <3

  16. comment
    Comment #21202306

    hey, nice lib you got there :) When I was deciding the API, I did have the idea of just collecting form input automatically (similar to forn), but there are few reasons which lead …

  17. comment
    Comment #21202061

    This is a really good reply! In fact, React hook form is based on uncontrolled components, I guess the mainstream is still controlled, but I would like to give some fo the love to …

  18. comment
    Comment #21202013

    everything is about pros and cons. there is no silver bullet for building form if you enjoy building a form with JSON schema good for you too. Thanks for checking it out tho :)

  19. comment
    Comment #21201725

    sounds good. i will be looking into that :)

  20. comment
    Comment #21201657

    Sorry I meant once I made it work, and it will be the syntax

  21. comment
    Comment #21201652

    I haven't got a plan to look into class component just yet, but will do in the near future.

  22. comment
    Comment #21201626

    import React from 'react'; import useForm from 'react-hook-form'; function App() { const { register, handleSubmit, errors } = useForm(); // initialise the hook const onSubmit = dat…

  23. comment
    Comment #21201622

    yea would be similar for class component :)

  24. comment
    Comment #21201542

    That’s it! React hook form is basically doing that :) it’s uncontrolled.

  25. comment
    Comment #21201482

    Thank you so much for those kind words. This means so much to me seriously. I love making things and especially when others are enjoy to use. I will keep improving the site and pac…