Currently this is using some personalized twig tags and is very much a work in progress so use at your own risk. I hope to add support for custom twig tags soon.
Usage
In the command tool (ctrl + shift + p), type Twig-to-jsx and choose your method of conversion. (The current file option was only tested on twig file, use at your own risks on other extensions)
In order to keep the file structure as close to the original as possible, any control statement will be converted using the above npm package's syntax.
Known Issues
Some app specific codes are still to be removed
onClick functions should convert to an anonymous function () => {[CODE HERE]}