T
T
testtoster2020-02-12 11:17:55
PHP
testtoster, 2020-02-12 11:17:55

Which cms for the site is better to choose?

What cms for the site can you recommend? Required functionality: publishing content, saving applications in the admin panel, the ability to create custom fields.

I would like to use react on fornt, but how many different cms I look at, most of them use jq

Answer the question

In order to leave comments, you need to log in

13 answer(s)
0
0xD34F, 2019-06-03
@denism300

if ($i % 4 < 2) {
or
if (!($i & 2)) {

R
riot26, 2019-06-03
@riot26

<?php
for ($i=0; $i<15; $i++) {
  if (($i/2)%2 === 0) {
    echo $i . ' '; // 0 1 4 5 8 9 12 13
  }
}

S
SergeySinitsa, 2020-02-12
@SergeySinitsa

Drupal 8 plays nice with React thanks to its well-thought-out architecture, RESTful web services, and JSON API at its core.

E
Eugene Chefranov, 2020-02-12
@Chefranov

Wordpress is enough. If you want to go to the react front, then WP has an API and ready-made boilerplate.

S
strelok011, 2020-02-12
@strelok011

If we approach it from the point of view of combining react with cms, then only the admin panel with the backend is needed from the control system. Such cms are called headless cms.
https://habr.com/ru/post/444600/

A
Andrew, 2020-02-12
@uselessmindYEAH

modx or wordpress

S
Sergei Tolkachev, 2020-02-12
@sergeytolkachyov

The requirements are not exceptional. In principle, all leading CMS have such functionality. To complement the flower garden, I will call Joomla. You can also make friends with REST. This year the 4th major version will be released, REST is out of the box.
In general, when choosing a CMS, you need to look into the future and see your project a little more developed than it is now. Then the stack of functionality and technologies for the future will be clear. Perhaps, custom developments for your project will be needed, then the details will already be revealed: that somewhere the CMS drags Legacy 10 years ago in order to maintain backward compatibility; that somewhere you will never achieve a green zone in Google PageSpeed; somewhere it will be more difficult for you to find a good specialist (or rather, to attract the attention of a good specialist, you will need a larger budget).

M
mxtr, 2020-02-13
@mxtr

bitrix
No, well, what

A
Alex, 2020-02-12
@Kozack

Explore wordpress.com
If this is about what you want, but you don’t have enough opportunities, explore their paid plan, or raise your site on wordpress

E
Eugene, 2020-02-12
@Hamlet_dat

I've been into Strapi lately.
In skillful hands, it gives excellent results and nothing more.

A
Aliy Kunashev, 2020-02-13
@askunash

We live in a strange reality. Why does a person who does not know about the existence of several popular CMS need react on the front?
And, in principle, what difference does it make which CMS to use for backing ..

V
vgorbatenko, 2020-02-13
@vgorbatenko

WordPress // if you are embarrassed by the use of jq, then you need it for the admin panel, this is not critical // you can write the front even in react, even in the view // if you have even hands, everything is 100% integrated.
But remember, WordPress is the thing that beckons you to install a plugin, then another plugin, and then another one, and so on ad infinitum. So after that, your site will become bold and not agile, and they stop loving it.

E
Eugene K, 2020-02-17
@Evg

InstantCMS fits this, look: https://github.com/instantsoft/icms2
InstantCMS is a constructor, you can build what you want out of the box without overloading with unnecessary modules. Catalogue, access rights, publishing system. Everything is customizable: not only fields are created, but also content types, etc.
For example, we had a task to repeat 2 things: a directory of sites and a publishing system, such as Peekaboo, Reddit, and this is what came of it: sugata.ru .
All out of the box. Unit changes are templates. But it is necessary for anyone. The system is fast and easy. I advise you to put, and compare with others.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question