[smartics : routing]

This weekend I worked on showing historic data. To actually show anything but the current overview I had to get the menu in the application working first. For that I am using another library called react-router. I will quickly show how to include it in a react app that is already using bootstrap. First we… Continue reading [smartics : routing]

[smartics : respond!]

After finally getting some frontend and visualizations done, I would not want to stop there. The logical next step in my opinion is to invest a little bit into the responsiveness of the application. Especially since an app that has a browser fontend is going to be opened on a mobile some time. In the… Continue reading [smartics : respond!]

[smartics : d3]

Where to start? Besides work and being sick, I got some d3 visualizations done over the last weekend and follow-up nights. What's my take? I thought it will be more complicated in general, but less complicated for myself. So all in all it was quite some effort to get some specifics with axes, scaling and… Continue reading [smartics : d3]

[smartics : react]

This weekend it was time to finally start on some frontend work. I'm staying with react and webpack as I wanted to get into those for quite some time now. Major other points I take into account are staying flexible and keeping the load on the raspberry pi low. I'm starting by showing how the… Continue reading [smartics : react]