Speeding up your Gatsby app in a day
Make Gatsby's "fast in every way that matters" a reality with this collection of 5 quick actions to speed up a Gatsby website, featuring real-world examples, Lighthouse scores and links to code.
A collection of 16 posts
Make Gatsby's "fast in every way that matters" a reality with this collection of 5 quick actions to speed up a Gatsby website, featuring real-world examples, Lighthouse scores and links to code.
• 1 min readReact is a UI library. But what if one day it could become a framework? In this talk we're going to explore different packages and tools to combine and create our ideal React framework. To make our work tidy and polished let’s include a good state management as well
• 1 min readSame company, lots of teams, different technologies, developers battling outdated dependencies and copying scripts and configuration files all over multiple projects? Does this sound familiar to you? At Omio, we solved this problem by building a development framework that helps all teams bootstrap and maintaining their projects. It provides a
• 1 min readHave you heard about “lifting state up”? Is it possible that one of the 12 main concepts listed in React official documentation might lead to poor performance? We’re going to build a simple game of “tic-tac-toe” with React. We will see which pitfalls it hides and when O(1)
• 1 min readGatsby rose to fame as a static site generator, but it’s also an amazing platform for building dynamic sites! Wouldn’t it be awesome if we could add a user profile with access to protected data in our Gatsby app? Like Mario’s fire flower or Link’s hook
• 1 min readUI frameworks/libs are very good for the developer experience. We as developers are focusing on and achieving the checklist of the best web application: Code architecture Clean code performance & best of everything (almost) But we are forgetting the accessibility. When was the last time you or your testing
• 1 min readAs the title of the talk suggests, we are going to focus on building 'scalable' web applications using our most loved framework ReactJS. You might be a bit fascinated by the title that why I chose this one? Yeah. You are right. But there's a problem which you might have
• 1 min readIn this talk, we’ll create an effective mental model of Concurrent React by building a tiny clone of React! We will start with a blank js file and learn about how React renders components, schedules Time-Slicing updates with a Work Loop, add Hooks, and end off with a mini-clone
• 1 min readProgrammers are constantly learning new technologies, especially in the rapidly evolving frontend ecosystem. As a result, developers often find themselves in a teaching role -- whether that means mentoring a colleague, writing blog posts, speaking at meetups, or even teaching more formally at a college or bootcamp. So, how can
• 1 min readStatic sites are growing in popularity, but many developers still question just how powerful they can be. As it turns out, there is an entire ecosystem of added functionality in the form of serverless functions. In this talk, learn how to add dynamic functionality like email, text messaging, interacting with
• 1 min readSeasoned and beginner alike, developers have a habit of jumping right into a framework or new technology that makes a lot of promises while also glazing over important fundamentals that without, tend to hold back a website or application’s potential. Without some basic knowledge of HTML, you might inadvertently
• 1 min readThe task of building a component library from scratch can feel intimidating. But, if you’re willing to put in the upfront time & effort, it can result in faster and easier development, improved design and UX, and so much more. If you’re considering implementing a component library, but
• 1 min readThis talk has two goals: I'm going to openly share some of the mistakes I made and I see other beginners are making when they decide to learn how to code. (To avoid them/stop making them). This talk will be given from the point of view of someone who
• 1 min readDo you want to crank out features the business wants, or spend a lot of time writing code and capacity planning for authentication, authorization, and complicated data access? Of course we all know the answer. In this session will begin a beginner friendly introduction to Serverless computing. We will then
• 1 min readOne of the things I love about React is how easy it is to encapsulate UI code into a component or hook. I love this because it makes reuse of those things easy. But is it easy? I've made my fair share of components that had to accept a bunch
• 1 min readSubscribe to be notified of new content and support Code with Kristian! You'll be a part of the community helping keep this site independent and ad-free.
Thanks! Check your email to confirm your subscription.