-
Notifications
You must be signed in to change notification settings - Fork 12
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
Updates and replaced React.createClass #3
base: 1.10.2
Are you sure you want to change the base?
Conversation
Searched and replaced React.createClass
Added all needed import statements import createReactClass from 'create-react-class'; import PropTypes from 'prop-types';
Hi @SachaG! So I've looked into the project code here a bit more to get an idea of how everything was designed to populate the database and then run nicely. I've got a couple questions about what you might like as an ideal direction for this project in your mind. I think we can get this all working, although maybe you mentioned something about Ruby and how that might have been part of this project as a tool used to load content into the database? Could you elaborate more on that? Can you elaborate a bit more about how your remember everything working? Here are a couple of details you might like to think about as options too:
For the app, I would love to get it running smoothly, so maybe we could document it better in the GitBook and use it as a community teaching/reference project. But I also want to make sure this would be a vision that you would like. It's a great "example" app in my opinion with code that shows some nice examples of how to do things with Meteor. I'm also very flexible and mostly want to do this as a favor to you for being part of the Meteor Community & getting so many early people interested in Meteor. It's a nice chance to give back. Let us know what you think/feel. ❤️ |
I'm really sorry, I just realized I never followed up on this! I don't have much time to work on this right now so I just gave you write access to the repo to make things a bit easier. Let me know if it works! |
Progress made today