Boolean Art
Subscribe
Archives
Complete TypeScript Roadmap for 2025 ๐
April 26, 2025
A lot of developer roadmaps miss out on one key concept: the learning path. Roadmap:Gives a conceptual overview of the different kinds of things you need to...
IYKYK ๐น๐ฆ๐บ
April 4, 2025
BooleanArt Subscription - JavaScript / TypeScript / React / Nextjs Roadmap (50% off for Life) - Limit 200 - OzBargainSince I launched my course platform...
Master Metadata with NextJS ๐
April 3, 2025
There are two key ways to provide metadata using code in nextjs. The โmetadataโ object and the โgenerateMetadataโ function ๐ You can keep things simple with...
Setup NEXT_PUBLIC_BASE_URL ๐
April 2, 2025
No, its not a placeholder, I did mean to say NEXT_PUBLIC_BASE_URL ๐ A lot of advanced features on a website depend upon the full canonical url of your site...
Incremental Static Regeneration with NextJS ๐
April 1, 2025
You can view ISR as nothing more than an SSG + Caching. This means that all we are doing is setting up a timeout for the cache expiry through various...
Detect runtime environment (server vs client) in NextJS ๐
March 28, 2025
A common request for advanced uses cases is the ability to detect if your NextJS application code is executing on a server or a client environment. However...
Practical Workshop on Client State Management in NextJS ๐
March 27, 2025
Weโve already discussed the principles, how you can use Context to provide a shared state across multiple NextJS pages, even with app directory and React...
Master Client State Management Principles
March 26, 2025
Client Side State management with NextJS can be a daunting task given that you cannot have global variables in your code anymore. This make a lot of existing...
Building something truly A to Z
March 20, 2025
Some insight into behind the scenes work that goes on BooleanArt ๐ While working on the lesson for Client State Management, I found it to be a better...
Create Dynamic Images with NextJS
March 19, 2025
When I was creating course certificates for BooleanArt I found a definite lack of great resources for the NextJS ImageResponse API. There were a lot of...
React Serializable Types
March 18, 2025
Hey React Devs ๐ Do you know that is a limited set of types that you can pass from your server components to your client components? And its not the same...
Lets STOP `use` gate ๐
March 12, 2025
I see a lot of people making this silly mistake when utilizing use. Even in YouTube tutorials with millions of views and no one commenting that its wrong!...
Master React Suspense
March 7, 2025
Suspense Simplified A lot of React Developers find Suspense to be daunting. This is because it has been around for a while and back then it was difficult to...
Gear up on NextJS API Route Handlers โ๏ธ
February 28, 2025
Creating API routes in NextJS 15+ with the app router is pretty easy or at least I felt that way when making the latest lesson. But, there is still plenty to...
Master NextJS Dynamic Routes
February 27, 2025
NextJS Dynamic Routes are extremely powerful. A lot of courses donโt cover real world applications. So I made a lesson that uses real world examples ๐น Things...
Master the NextJS Link Component
February 24, 2025
Note: All links to PRO lessons in this email have a free gift code applied which allows you to view it for free for 24 hours (no sign in required!) ๐ There...
Stop using useContext, Start using `use`
February 13, 2025
Modern react comes with a new top level API (starting with React 19) called use. It provides a number of features, but a key one is that it can resolve a...
Native Support for TypeScript in NodeJS
February 6, 2025
NodeJS 23+ now natively supports TypeScript! Whats more is that TypeScript comes with a compiler flag that you can enable which makes sure that any...
Updated React Course and Free Lessons
September 11, 2024
As you might know Create React App is no longer being maintained. But the community has stepped up and there is a lot of momentum behind Vite. RIP CRA โ ๏ธLong...
New Boolean Art Course and Certificates!
August 2, 2024
The Professional TypeScript Course is perhaps the best way to learn TypeScript. It is jam-packed with information focused on teaching you all the core...
BooleanArt EOFY Flash Sale and new Course!
June 26, 2024
We've been working hard at an Advanced TypeScript course chock full of tips and tricks that can take your TypeScript codebase to the next level and provide a...
New Course Announcement ๐ซฐ๐ป
June 1, 2024
Here are a few exciting updates: I'm now a full-time content creator for BooleanArt -> This wouldn't have been possible without you ๐!Launched a new course:...
Boolean Art Launched!
April 17, 2024
Weโve been working hard to build an excellent course platform. Thanks to your support, it has now been released! See the announcement:...
GitHub
Twitter
Facebook
LinkedIn
Boolean Art