hi guys,
i am new to meteor and learning new things everyday. i heard we don’t need to waste time on building stuff in meteor. we just need to bind packages. so right now i am looking for a multi level commenting functionality . Is there any package that is free.
Any one who is going to put any effort, i am thankfull in advanced.
Disqus? It’s free and there are loads of npm packages out there for whatever front-end you want to use!
Can you share some useful links, how to implement it on meteor app.
That depends on what you’re using as your front-end. Are you using Blaze, React or Vue (for example)?
i am using blaze on front end
I’m using socialize:commentable package for comments. You can make them nested pretty easily. It all depends on your design.