|
You are here |
www.khanna.law | ||
| | | | |
geoff.tuxpup.com
|
|
| | | | | How I Start: Django, Tailwind, HTMX (part 1) I wanted to try out some "modern" front-end development for a while, and I did. FastAPI is great. So is Svelte. But even though I found creating APIs that way to be a breeze, building a whole site that way felt much slower and heavier than using traditional server rendering. So I decided to give django a fair shake for a while, and I'm glad I did. | |
| | | | |
www.matsimitsu.com
|
|
| | | | | I have rewritten my middleman site to Svelte/SvelteKit, here's what I encountered. | |
| | | | |
danielms.site
|
|
| | | | | I build things and drink coffee. | |
| | | | |
www.rasikjain.com
|
|
| | | Introduction: React, being a popular JavaScript library for building user interfaces, provides various tools and features to handle state management. One such feature is useContext, which allows developers to share state across different components without prop drilling. In this blog post, we will explore the useContext feature in React and demonstrate its usage with a TypeScript example. Understanding useContext: The useContext hook is part of the React library and allows components to consume values fr... | ||