You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A real app would have to dynamically generate an index from the database, but the app's index is static and not connected to mongo. Would like to see this example updated to have a dynamic index list with linked titles.
Thank you for the example, this helps a lot. The documentation often seems very incomplete, especially with specifying which code goes in which file, and I would like to see providing bare-bones examples like this one become a Meteor team standard practice to help new users figure it out where the documentation is unclear.
The text was updated successfully, but these errors were encountered:
Made an example app based on this one -- index is dynamic, connected to the db, and also links by slug (pretty URL).
Not sure everything I did was best practice, but it's a very simple app example that I hope will help other Meteor newbies.
Hi,
A real app would have to dynamically generate an index from the database, but the app's index is static and not connected to mongo. Would like to see this example updated to have a dynamic index list with linked titles.
Thank you for the example, this helps a lot. The documentation often seems very incomplete, especially with specifying which code goes in which file, and I would like to see providing bare-bones examples like this one become a Meteor team standard practice to help new users figure it out where the documentation is unclear.
The text was updated successfully, but these errors were encountered: