|
|
|
|
|
by bottlepalm
1256 days ago
|
|
Build your app to expose APIs and then have your web client consume those APIs by doing client side rendering. No need to worry about having to do server side rendering for SEO in the enterprise space! Often in enterprise after people use your app, they want to automate things themselves, or integrate your app into some other system. Having APIs means there's no extra work. Anything they can do in the app, they can also automate. If there's a database involved, having a read replica that your users can access can help them answer any business question very quickly. Many business people, report writers, engineers, etc.. are very well versed in SQL, and often your app is just the gate keeper to ensure the database is updated correctly. The database is the real 'state of the company' that everyone is constantly querying for answers. As well as putting reporting layers on top of such as Excel, Tableau and Power BI. |
|