Tuomo Kankaanpää (@tumee) 's Twitter Profile
Tuomo Kankaanpää

@tumee

Senior software developer w/ 10+ years exp. I write about web dev and habits. My best writing: bit.ly/tk-signup

ID: 46648061

linkhttps://www.youtube.com/tuomokankaanpaa calendar_today12-06-2009 13:14:58

917 Tweet

384 Followers

587 Following

Tuomo Kankaanpää (@tumee) 's Twitter Profile Photo

You are not limited to only one or two methods when choosing how to style your Next.js app. • CSS Modules • Global CSS • Tailwind CSS • Sass • CSS-in-JS All these are supported out of the box.

Tuomo Kankaanpää (@tumee) 's Twitter Profile Photo

If you want to use CSS Modules in Next.js, make sure to name the css files `.module.css`. CSS Modules are only enabled for files with that extension. Took me a while to figure out why the CSS Modules weren't working in my app, that was the culprit.

Tuomo Kankaanpää (@tumee) 's Twitter Profile Photo

Everyone has a hard time finishing their projects. I've had this problem for years. I would start coding projects, hoping to build cool apps, but they never got finished. The big change for me was realizing that trying to be perfect before releasing anything was stopping me. I

Tuomo Kankaanpää (@tumee) 's Twitter Profile Photo

Parallel routes improve conditional rendering in Next.js. Easily show different content based on: • user authentication • user roles • app states It's much cleaner than traditional methods.

Tuomo Kankaanpää (@tumee) 's Twitter Profile Photo

Making a budget is crucial for financial success. There are multiple budgeting systems you can use: • Zero-based budgeting • 50/30/20 budgeting rule • The envelope system Which one are you going to use?