V
V
Valeriu2017-11-21 14:37:34
Angular
Valeriu, 2017-11-21 14:37:34

Someone made online stores on Angular + Material Design?

Someone made online stores on Angular + Material Design ?
We need links to working projects
Show the customer how it works and looks like
It is desirable that the backend works on NodeJs + sockets)
PS. Googled it and didn't find anything useful.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dasha Tsiklauri, 2017-11-21
@dasha_programmist

CLOUTY
is made on angular + angular universal

G
grinat, 2017-11-22
@grinat

This is a shitty idea, I don’t know how it is now, but six months ago I had experience with server-side rendering in Angular, it works through universal, plus an additional plugin is needed that will preload data through rest. In general, the launch of all this was real shamanism, it only worked with certain versions of angular / typescript.
I did the same thing on vue, things are a little better there, but there are problems that can be very serious for an already written project - data is preloaded through a separate function that is executed before the component constructor is launched (i.e. context test (in general, all functions and component data) is not available in it).
Based on this, I think that it makes sense to do this only if indexing is not needed, which is why there are few ready-made solutions.
And if you plan to use the material, then it’s better to find a ready-made set like a bootstrap and insert only styles, do the layout yourself. It's just that all plugins are built on the basis of components that are inserted into the template, this greatly affects performance, especially in angular.

A
Anatoly, 2017-11-21
@trofimovdev

Cry

S
Sergey Nekrasov, 2017-11-22
@Judixel

link

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question