@djangoproject · Post #570 · 08.02.2018 г., 19:28
https://blog.cloudboost.io/react-redux-webpack-3-django-nov-2017-53a09d09cf75 #React + #Redux + Webpack 3 + #Django (Nov 2017)
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #175 · 30 окт.
В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль QtCompat (compatibility). Там не так много функций но они довольно полезны. Этот модуль содержит унификаци модуля shiboken2, функций loadUi, translate и несколько переименованных функций классов или изменённую сигнатуру аргументов и возвращаемых значений. Это единственное исключение из правила когда вам потребуется где-то изменить свой код кроме импортов и этот код не похож на обычный код PySide2. Например, в PyQt4 и PySide есть метод QHeaderView.setResizeMode Для PyQt5 и PySide2 они были благополучно переименованы в QHeaderView.setSectionResizeMode Чтобы применить этот метод следует использовать такой код from Qt import QtCompath header = self.horizontalHeader() QtCompat.QHeaderView.setSectionResizeMode(header, QtWidgets.QHeaderView.Fixed) Унификация загрузки UI файлов: # PySide2 from PySide2.QtUiTools import QUiLoader loader = QUiLoader() widget = loader.load(ui_file) # PyQt5 from PyQt5 import uic widget = uic.loadUi(ui_file) # Qt.py from Qt import QtCompat widget = QtCompat.loadUi(ui_file) Хорошо что таких моментов не много и их легко запомнить. Полный список можно посмотреть в таблице. #qt#tricks
Пребарај: #redux
@djangoproject · Post #570 · 08.02.2018 г., 19:28
https://blog.cloudboost.io/react-redux-webpack-3-django-nov-2017-53a09d09cf75 #React + #Redux + Webpack 3 + #Django (Nov 2017)
@djangoproject · Post #567 · 01.02.2018 г., 10:59
https://hackernoon.com/shape-your-redux-store-like-your-database-98faa4754fd5 Using the #Redux Store Like a Database #React #Django
@thedevs · Post #1179 · 21.07.2018 г., 19:00
What Is Redux: a designer’s guide. #article#tutorial#redux#design#js @thedevs https://kutt.it/DNkfgP
@thedevs · Post #1234 · 30.09.2018 г., 09:53
Immutability in React and Redux: the complete guide. #article#tutorial#js#react#redux @thedevs https://kutt.it/DKHpWD
@thedevs · Post #1163 · 04.07.2018 г., 18:34
Understanding Redux: the world’s easiest guide to beginning Redux. #article#tutorial#react#redux#js @thedevs https://kutt.it/N81D6p
@githubtrending · Post #15034 · 07.08.2025 г., 11:30
#javascript#antd#music#music_player#nodejs#react#react_router#redux#webapp#webpack Copper Bell is a free website app focused on listening to music. It offers many songs and has a simple, clean design that makes it easy to find and play your favorite music. You can search for songs, make playlists, read scrolling lyrics, save songs, and create your own song lists. It does not have live broadcasts, social features, or ads, so there are no distractions and you get a pure music experience. You can use it on any modern web browser without installing anything. It works on many devices, including tablets. This way, you can enjoy music, manage your songs, and discover new tunes easily anytime and anywhere. https://github.com/enzeberg/tonzhon-music