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

stubbing out results view #58

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

syjulian
Copy link
Contributor

I stubbed out an implementation @chrisbeaman 's codepen for lists in react components.
http://codepen.io/chrisbeaman/full/WvOjoM

There is only one result, and it is hard-coded. I'm not sure how data should be structured when it gets passed to a result item component. ( I have rough idea in util/results.json of how it could look )

@chadxz
Copy link

chadxz commented Jul 31, 2015

Your fake result is missing a comma, but otherwise looks good. You might wanna leave a comment in the home.ejs file that pulling in jquery and bootstrap js outside the bundle is just a temporary hack until the results view is finished. Ultimately we shouldn't depend on those, instead using native react components to do things like show modals and whatnot. I believe there is a react-bootstrap if you wanna go that route

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

Successfully merging this pull request may close these issues.

2 participants