Generating Objects in runtime

Hello I am very new to meteor, I got this project that would like to build in this framework, something very similar to an IDE where I can click and drag objects and they will be inserted at my code initialized with default values, and some pick and drag functionality so I could place objects where I want and for they to stay put where I left there, I have this idea using some jquery libraries maybe but since I read that react is no jquery friendly, cause of it virtualDom, Anyone got an idea where or how can I start?

Thanks