Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[guide] Choo Introduction For People Who Know Just Enough jQuery To Get By #22

Open
yoshuawuyts opened this issue Aug 2, 2016 · 1 comment

Comments

@yoshuawuyts
Copy link
Member

@Kriesse pointed out today that it'd be cool to have a choo introduction
geared at people with light frontend skills (e.g. designers). An article that
she particularly liked was react introduction for people who know just enough
jquery to get by
. It'd be cool if something like that existed for choo.

The structure of the article is roughly:

  • define the target audience
  • overview of the project (create a tweet box)
  • introduction to JSBin (load libs and stuff, get some html)
  • set some state on the button in jquery
  • explain what you'll be doing in react to do the same thing
  • write some HTML markup in react
  • set some default state on the button using react (button is "disabled")
  • implement some state toggling in react
  • add a "remaining character count" thingy with jQuery
  • add a "remaining character count" thingy with react
  • explain the "add photo" feature
  • create the "add photo" button in jQuery
  • create the "add photo" button in react
  • reflecting on the react code (what makes it good?)
  • explain the "highlight overflow characters" feature
  • highlight "overflow characters" using react

Help with this is super welcome! - It'd be cool if someone (or a group of
people) could help guide absolute beginners to feel comfortable writing bel /
choo code! I probably won't have time to do this in the coming months, so if
someone else could pick it up it'd be amazing ✨ Thanks!

@netaisllc
Copy link

Hi @yoshuawuyts,

Ok, I'm sort of getting over the "Where has this great toolkit been all my ${dev} life". I am wondering if this issue is still HelpWanted. Please remark if/when you have "free time". LOL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants