Check out example codes for "instancing in godot". It will help you in understanding the concepts better.
Code Example 1
var objinstance = load("res://pathtoobject.tscn").instance()
add_child(objinstance)
Learn ReactJs, React Native from akashmittal.com