When a project grows it often gets harder to find out which css styles are still required and which can be removed. There are post-processors which analyse your bundle and can remove code that it thinks can be deleted, but this is just the same as treating the symptom instead of curing the disease. In this video I will show you how to keep your css clean by easily finding and removing unused styles in your React app using Radium.
es6
Are ES6 modules ready for browsers?
In this quick 3-min video I check if we can already use ES6 module syntax (imports) in browsers:
Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap
In my last post I showed you how to kick-off a new project with Framework7, VueJS and Webpack. So, I thought in the next video I could show you a real-world example on how to create an app based on these technologies.
In this screencast we will create a Twitter client for iOS and Android that will let you search for tweets through the official Twitter REST API.
Keep in mind that this is the first episode of a series since we won’t be able to create a full Twitter app in only one episode. Instead, we will cover one topic in each video. The series topics will probably look something like this:
- Setup project + Call Twitter search API methods (This video)
- Authenticate users using oauth + Render personal timeline
- Post tweets, retweet and replies
- Deploy as native app using Phonegap/Cordova
Enjoy the video series! :-)
Source code
- Episode 01: https://github.com/valnub/Twitvue-Episode-01
- Episode 02: http://github.com/valnub/Twitvue02
- Episode 03: https://github.com/valnub/twitvue03
- Episode 04: https://github.com/valnub/Twitvue04