M
M
Meliborn2019-08-14 13:33:40
Ruby on Rails
Meliborn, 2019-08-14 13:33:40

Web application architecture for different countries?

I'm working on the app, Rails backing, React front. I want to roll out in different countries gradually. Bek will be common, only instances of the front will multiply. But what is the best way to make a front so that the core is common, but what kind of chips for a particular country were different? On rails, I did something similar through engines.
Transferred translations to i18n, some specific variables in .env. But this is not enough. I will give an example:
Country Kazakhstan. A new item appears in the menu list, which leads to a separate page with some kind of feature. This will not happen in other countries.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Spirin, 2019-08-14
@rockon404

Alternatively, separate entry points with different App files. Well, or download optional parts in separate chunks on demand.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question