A review of the frontend architecture of the Network Nervous System of the Internet Computer.
It looks kinda like Clean Architecture-ish approach. Very nice! Great to see that there are frontend projects that care about proper robust architecture.
Hey Llorenc, this architecture is pretty interesting and I have similar stuff come up as well.
I'm curious if you have a sample repo to see what an example looks like?
It would be interesting to see it in more detail to see what it looks like in practice
Our code is open source. You can check it out here: https://github.com/dfinity/nns-dapp
How is your stuff different? There are a few things that I would add or change now. But looking backwards is always easy, hehe.
It looks kinda like Clean Architecture-ish approach. Very nice! Great to see that there are frontend projects that care about proper robust architecture.
Hey Llorenc, this architecture is pretty interesting and I have similar stuff come up as well.
I'm curious if you have a sample repo to see what an example looks like?
It would be interesting to see it in more detail to see what it looks like in practice
Our code is open source. You can check it out here: https://github.com/dfinity/nns-dapp
How is your stuff different? There are a few things that I would add or change now. But looking backwards is always easy, hehe.