Microfrontend principals
-
Business domain representation
-
Autonomous code base
-
Independent deployment
-
Single-team ownership
-
Article about Mircro Frontends with example frontend code. Author of
Business domain representation
Autonomous code base
Independent deployment
Single-team ownership
Article about Mircro Frontends with example frontend code. Author of
source: https://medium.com/@ryuta_udo/tdd-bdd-with-javascript-3dde511e4e2f
Links and resources for building a react project
Tools that you might want to use in order to populate and style your React (or any other JavaScript) project.
Fake address, emails, avatars etc
It's common practice to mutate the parameters in JS. But there are some good reasons not do to. And ways how to do it better.
Javascript passes object to a function by Call by sharing. Can be said to pass by copy of reference.