Hello, I'm Julia.
✍🏼 Blog posts tagged "typescript"
- Learning Kotlin For the First Time
Initial thoughts and notes
Updated more than a month ago
- Upgrading From NextJS v12 to v13
Changes needed to get a NextJS v13 app up and running
Updated more than a month ago
- Setting Up a NextJS DatoCMS Static Page
How to create a static page with content from DatoCMS, in Typescript
Updated more than a month ago
- Setting the Right Typescript Version For Your Repo
After upgrading, then downgrading Typescript in Visual Studio Code
Updated more than a month ago
- React.memo and useMemo - What's the Difference?
What are they and when to use these for performance improvements
Updated more than a month ago
- Setting up a NextJS Markdown Blog with Typescript
With syntax highlighting and the ability to easily add more blogs
#markdown #nextjs #react #typescript
Updated more than a month ago
- Type Aliases and Interfaces
When to use Typescript types vs interfaces
Updated more than a month ago
- Creating an Accordion Component in React with Typescript and TailwindCSS
Using useState and useRef hooks
#hooks #react #tailwind #typescript
Updated more than a month ago
- Creating a React Accordion Component Using Just CSS
A follow-on post for those not using TailwindCSS
Updated more than a month ago
- Intermediate Typescript
Conditional types, indexed access and mapped types
Updated more than a month ago
- Creating a Sentry Logging Module to Set Context in a React Native App
Using Sentry’s setContext and useScope methods
#react-native #sentry #typescript
Updated more than a month ago
- Setting Up React Native Jest Tests With Higher Order Components
Working with React Navigator, Redux Toolkit, Theme Providers and Safe Area Context
#jest #react-native #typescript
Updated more than a month ago
- Implementing RTK Query in a React Native App
Setting up query and mutation endpoints, with a bit of Jest testing
#jest #react-native #redux-toolkit #rtk-query #typescript
Updated more than a month ago
- Override Part of an Existing Type in Typescript
Changing part of an existing type or interface
#react #react-native #typescript
Updated more than a month ago
- Creating Dynamic Tag Pages With NextJS Nested Routes
How to automatically create individual tag pages for a NextJS blog
Updated more than a month ago
- How To Add Search Functionality to a NextJS Markdown Blog (Part 2)
Adding a search input field that renders a dynamic list of results as a user types
#nextjs #react #tailwind #typescript
Updated more than a month ago
- Some lesser known TypeScript notation
Exclamation mark notation and casting as "unknown"
Updated more than a month ago
- How To Add Search Functionality to a NextJS Markdown Blog (Part 1)
Implementing an internal API for searching through markdown blog posts
Updated more than a month ago
- Integrating Webmentions Into NextJS Blog
Verifying with Twitter as an example
#nextjs #react #typescript #webmention
Updated more than a month ago
- Using Typescript Unions With Never and Extends
To define conditional required component props
Updated more than a month ago
- How To Clear a Redux Toolkit State That's Using redux-persist With Typescript
Setting up the reducer function and action you need to completely clear local storage
#react #redux-persist #redux-toolkit #typescript
Updated more than a month ago
- Deriving a Typescript Union Type From an Array or Object
Using as const from Typescript 3.4
Updated more than a month ago
- Generating a Yup Validation Object with a Map Function
Dynamically create a validation schema from an array of objects
#forms #react #typescript #yup
Updated more than a month ago
- Generating Multiple React useState Hooks For Multiple State Variables
How to generate them automatically from an object
Updated more than a month ago
- HTML Time Input Field
Catering for Safari and Internet Explorer
#formik #forms #react #react-datepicker #typescript #yup
Updated more than a month ago
- Axios Wrappers in React Typescript
Why an abstraction upon an abstraction might be useful
#apis #axios #react #typescript
Updated more than a month ago