In this article we will:
- Learn why stateful packages challenge stability
- See an example of a stateful package
- Identify CanJS’s stateful packages
- Provide strategies that minimize the problems with stateful packages
Get our best content on how to build better apps.
Get our best content on how to build better apps.
Got product development questions?
Join us on
Discord
HTTP/2 in DoneJS
The DoneJS core team has been experimenting with HTTP/2 for the past several months and the outcome is strong HTTP/2 support in DoneJS! HTTP/2 contains some exciting new features that we've previously gone over in the article Utilizing HTTP2 PUSH in a Single Page Application.
The Bitovi Team
How to Manage Code Across Many Independent Repositories
The first, and most important step to supporting stability and innovation within CanJS's codebase has been breaking up CanJS into individual repositories, each with its own npm package and semantic version number. In this article, we will discuss:
Justin Meyer
Stable and Innovative Code Bases
Justin Meyer
Tutorial Part 3: Documenting a Stylesheet in a Living Style Guide
The heart of creating a LSG is the ability to put your documentation right where it belongs: in the source code. Chances are that you are already documenting your code, which is a great opportunity to take it to the next level by using a style guide generator that can turn those comments into an organized site, letting others (and yourself from the future) know why and what has been done in the code.
The Bitovi Team
Tutorial Part 2: Creating Pages in a Living Style Guide
While the bulk of your LSG documentation will come from special comments that you add to the source code, you can also create standalone pages where you can host other types of content that are not specific to the code (think of design principles, accessibility guidelines, or pull request guidelines). This gives you the advantage of centralizing your documentation in one place: your application living style guide.
The Bitovi Team
Tutorial Part 1: Planning Your Living Style Guide
Using a living style guide (LSG) to drive development is a practice that is gaining a lot of popularity because its many advantages, including code efficiency and UI consistency. But, how can you create one? What should you include? And where do you even start? In this 3 part tutorial I will delve into the nitty-gritty details of creating a living style using DocumentCSS.
The Bitovi Team