Skip to content

Instantly share code, notes, and snippets.

View kharioki's full-sized avatar
🤘
I'm burdened with glorious purpose

Tony Kharioki kharioki

🤘
I'm burdened with glorious purpose
View GitHub Profile
@kharioki
kharioki / eas-build-cheat-sheet.md
Created November 21, 2024 13:27 — forked from kadikraman/eas-build-cheat-sheet.md
The most commonly used commands for building apps with the EAS CLI

EAS Build Cheat Sheet

The most commonly used commands for building apps with the EAS CLI

New Project

  • eas init - create a new project on expo.dev
  • eas build:configure - create eas.json with default configuration

Builds

  • eas build --profile development - development client, JS is loaded from your local machine
@antosan
antosan / next-isnt-react.md
Created September 1, 2023 14:35
Next isn't React?

telegram-cloud-photo-size-4-6014810577030987856-x

Next isn't React.

Yes, this is correct. Next.js and React are different things. But from the grand scheme of things, these two are more similar than they are different. Next.js is a React meta-framework which means it's built on top of React. It's not a replacement for React. It's a framework that makes it easier to build React applications. So instead of saying "Next isn't React", we should say "Next isn't just React". It is all that is React plus additional features and optimizations.

And you won't get better performance if you use it the way you use React.

React was used to build client-side rendered (CSR) applications or single-page applications (SPA). I say "was" because the React team no longer recommends this anymore and they recommend using a framework instead (Next.js in this case). The reason for this is that CSR applications are slow to l

@bradtraversy
bradtraversy / docker-help.md
Last active October 29, 2025 05:12
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info