I spoke last year of Aurelia store in this article
At the time, it wasn't possible to combine Aurelia Store and Immer.
The root cause of the issue was fixed in the latest version of Immer (7.0), so we can now combine both.
This article is an update to a previous article why you want to build a SPA which I think was laking some nuance and precision. Reading this article is not required to read this one. I'm writing this update because SPAs are very popular and I recently though more about …
Today, I'd like to dig into something that has been bothering me lately: why I often feel tired of JavaScript (and even sometimes programming in general). I'm not alone in this, there's even a name for this JavaScript fatigue. Here I'll give my personal thoughts on this (and probably rant …
In this article, I'll guide you to create a PWA with the Django framework.
All the code for this project is available under my gitlab account.
You will find in each sections links to the relevant commits to help you follow.
If something is not clear or if you have …
Update: I created an updated version of this article in should you build a SPA which provides a more complete and balanced view on this subject. Please read it instead of this current article.
I am currently working professionally on a website that is not a SPA. I'd like to …
I feel like Progressive Web Application (PWA for short) are a more and more popular way to build mobile apps.
That's understandable since you can use the same technology you use to build a SPA to build one!
So you …
On my spare time, I am developing a board game that uses the Aurelia framework.
I currently manage the state in a service without any dedicated state management solutions (like RxJS, Aurelia store, Redux, …).
And I feel I am reaching to the limit of what I can do with it …
Some time ago, I wanted to add some tests (behavior and render) on an Aurelia component that uses the i18n plugin and more precisely the df attribute in the view to display a localized date.
Since it was a while back (I wanted to write it earlier but couldn't), my …