Which CMS architecture should I use if my website is is based on Next js & mobile app is based on react native? [closed] - content-management-system

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 days ago.
Improve this question
I'm working for an IT company & i need to build a new CMS. My two websites, 1 run on next js & another on different technology platform, and mobile app we are planning on react native. All application is content heavy. Which CMS architecture is suitable & Why?
Traditional (Coupled CMS Architecture )
De-Coupled CMS Architecture
Headless CMS Architecture
Hybrid CMS Architecture
Did some research & Trying to find some answers

Related

Is Dart the best cross-platform language? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 days ago.
Improve this question
Is it better than Microsoft MAUI? Or what else is better than Dart/Flutter?
What can and can't be done with it?
Is it really possible to code once and run it on Windows, MacOS, Linux, iOS, Android and Web? Make and host interactive websites like e.g. web shops? Is it any good for GUI development, crypto or AI?
And are there enough learning resources and communities out there to overcome the real-world problems that go way beyond 'Hello world'?
Are there already good books about Dart and Flutter or how best to become proficient fast?

Full-stack development with Flutter/Dart? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
Anyone has experience creating both back-end and front-end using Dart (and UI with Flutter)? Flutter + Firebase doesn't count.
Looking into server-side alternatives to ASP.NET MVC (C#) or Flask (Pyhton), but specifically tailored to Dart.
Would be interested to see examples of tech stacks used and comparisons of past experience with conventional frameworks (.NET, Java, PHP) to Flutter/Dart stack.
List of HTTP server frameworks for Dart
Angel - Website
Aqueduct
Shelf

Ionic- Angular vs Ionic - React [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
1.Which one is more easy to develop a Hybrid app , Ionic - Angular or Ionic - React?
2.Which one gives more performance?
3.Will all plugins support in both Ionic-React and Ionic- Angular?
It would be great if anyone share valuable comments and knowledge on this topic
If you have some experience with Angular, you’ll find app development with Ionic an easy task since the second version of Ionic is similar to Angular in terms of structure and design.
But yes if u need performance, ionic -react may come handy.
I personally suggest Ionic-angular, Because it is very easy. High Production Value is with angular. But in terms of performance react takes an edge

what is the difference between a framework and a platform [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I know that a framework sets the foundation for a programming type but what is a programming platform? and if it is different to a framework how does it differ?
Typically, "platform" refers to the actual hardware/software upon which a piece of software is built or for which it is destined.
Example usage: "I built this app for the Windows platform."
"Framework" refers to a collection of libraries/classes with the common goal of providing a scaffold on which to build software. Frameworks might completely alter how you implement your program or they might just speed up common tasks.
Example usage: "I built this app using an MVC framework for the backend."
Example of using both terms together: "I built this app for Android platform devices using Xamarin, an implementation of the .NET framework."

Does Apple allow html/js apps in appstore? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
Is it considered kosher by Apple to create an app consisting of nothing but a WebView and the appropriate html/js/css files to support it?
I have an app that could be written entirely within a webview and it would be much easier to get from start to finish that way instead of learning the parts of the iOS SDK necessary to do it.
Yes, it is acceptable, but I would recommend looking at PhoneGap, which is based on a similar concept, but provides JavaScript access to native functionality.