Viewing profile — bluebill1049
bluebill1049
HN member- Joined
- Sat, Sep 23, 2017, 12:19 PM UTC
- HN karma
- 64
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About bluebill1049
No profile information was provided.
Recent public activity
-
comment
Comment #22296506
Thanks very much for sharing ️
-
comment
Comment #21228133
yes, the right tool for the right job.
-
comment
Comment #21221412
no comment...
-
comment
Comment #21221402
it's beautiful when it all works, it's horrible when requirements changes.
-
comment
Comment #21221395
agree. it all looks good on paper until the requirement and design changes, then you are in world of pain.
-
comment
Comment #21221386
oh sweet! that's great to hear. my pleasure to help.
-
comment
Comment #21208997
interesting project! thanks for sharing
- comment
-
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…
-
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…
-
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…
-
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…
-
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 :)
-
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
-
comment
Comment #21202404
wow so cool~ https://picnicss.com/ love it. stared the project. <3
-
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 …
-
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 …
-
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 :)
-
comment
Comment #21201725
sounds good. i will be looking into that :)
-
comment
Comment #21201657
Sorry I meant once I made it work, and it will be the syntax
-
comment
Comment #21201652
I haven't got a plan to look into class component just yet, but will do in the near future.
-
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…
-
comment
Comment #21201622
yea would be similar for class component :)
-
comment
Comment #21201542
That’s it! React hook form is basically doing that :) it’s uncontrolled.
-
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…