Free Post angular Presenters with Angular Learn how to extract presenters from presentational components. We discuss stateful and stateless presenters, component-to-presenter ratios and when to use a component or a pipe instead of a presenter.
Free Post webpack Under-the-hood of web bundlers (e.g. Webpack) Webpack is somewhat of a black box for most developers. Tools like “create-react-app” abstract most of the bundler functionality away. I did some research into it and began building my own light-weight web bundler to understand more about what it entails.
Free Post angular Presentational components with Angular Presentational components encapsulate presentation and UI behaviour. They can be stateful or stateless and are connected to the application state through their data binding API.
Free Post angular Angular: Keeping it Fat, Dumb, and Happy An architectural approach to better Angular applications: this article shows you how to keep your Templates declarative and dumb, your Components thin and smart, and your Services fat and happy.
Free Post angular Designing scalable Angular applications What is the best scalable architecture for Angular applications? This is a difficult question. If you search for “scalable Angular applications”, you will find a lot of articles that have
Free Post angular Angular Revisited: Tree-shakable components and optional NgModules NgModule is arguably one of the most confusing Angular concepts.
Free Post angular The history of Model-View-Presenter Dust off the history books and discover the origins of the MVP pattern.
Free Post angular Model-View-Presenter with Angular Manage complex Angular applications with the MVP design pattern.