stoeffel / react-cond

Lisp-Style conditional rendering in react.
MIT License
177 stars 9 forks source link

finish helper functions #2

Closed stoeffel closed 9 years ago

stoeffel commented 9 years ago
stoeffel commented 9 years ago

@hemanth have access now?

hemanth commented 9 years ago

:+1:

stoeffel commented 9 years ago

Welcome aboard. :boat:

stoeffel commented 9 years ago

@hemanth how do you like the function names? should they be more expressive? like equals or even ifEquals?

stoeffel commented 9 years ago

btw. I don't want to add to many helpers. only the most basic.

stoeffel commented 9 years ago

I think we can drop any and allOf. we ahould keep it simple.

hemanth commented 9 years ago

Implemented not, we could have any for some randomness, but allOf is in't very useful.

like equals or even ifEquals?

eq is fine.

stoeffel commented 9 years ago

oki. let's keep it as is and drop. any and allOf. we can always add them later on.

hemanth commented 9 years ago

:+1: