-

·
Hybrid WordPress Blocks – The best of both worlds
PHP on the server. React on the client. A single Gutenberg block that behaves like a full SPA. Here is how I built one, and the four things I learned the hard way.
-

·
React Context 101
Have you worked with a React app that needed the same data in multiple components? If so, have you considered Context yet?
-

·
Gatsby and WordPress – best friends or foes?
Let’s talk about how Gatsby can complement WordPress really well.
-
·
Building a Calculator with Vue.js and Flexbox
Vue.js is one of the leading JavaScript libraries out there, which is easy to get started and very scalable at the same time. Similarly, CSS3 Flexbox is a relatively new feature that makes our design process simpler. This is a tutorial on creating a simple calculator using Vue.js CLI and CSS3 Flexbox. This post first…
-
·
Footer to bottom of page
We need the page footer to be at the bottom of the page. However, it should not always stick to the bottom of the page either i.e. when there is more than one page worth of content. Thanks to flexbox, this is not so hard after all.