react-templates is a good solution to separate template and logic code,however,if i have multiply templates but referrer to one logic code,like i18n requests. eg.
post.js //which is the logic code
post.en.rt //which is the template for english
post.es.rt //for spanish
how to load in post.js?
PS: i don't wanna load all language templates in post.js,that would be a big file and it would be a waste for network