Mikhail Matveev
Mikhail Matveev
I think this might be interesting for anyone who wants to build a single-page application (SPA) based on Marko. My project has the following features out-of-the-box: - Based on Marko.js,...
### Marko Version: 5.10.3 ### Details The "no-update" attribute as described on [Marko Docs](https://markojs.com/docs/class-components/) doesn't work anymore when a page is generated on a server side. For example, there's such...
The code in Redis driver is deprecated. If there's no auth information for Redis server provided in config, the following warnings are shown in console: node_redis: Deprecated: The AUTH command...
A search engine might be required. I think that the best way is to implement the third-party solution like Sphinx, but there might be other options, too.
This could be a really good idea to create a simple but powerful e-commerce module. Features are topic to discuss, but at least: * Warehouse in admin panel * Wares...
Blogging platform might be a very popular module for Zoia users. There are two ways: to make a community blog (like habrahabr.ru) or a standalone blog. This is a discussion...
Currently the user can only restore his lost password, but there's no possibility to change other settings like avatar upload or e-mail change. Therefore we need to implement "Your account"...
We need to create the two-factor (Google Authenticator-based, I think) and Oauth authentication services. * Oauth: currently Zoia supports the "straight" authentication method (username and password), but it requires to...
Hi there, I'm trying to set the entry value in the webpack config like this: ... compiler({ name: 'Client', **entry: './shared/api/user.js',** optimization: { splitChunks: { ... After doing this, I'm...