99 | ,{' '} 100 | {post.timeToRead && <>{post.timeToRead} min read>} 101 |
102 |
103 | ({
106 | ...t.styles?.a,
107 | fontSize: [1, 2, 3],
108 | color: `text`,
109 | '&:hover, &:active, &:focus': {
110 | textDecoration: 'none',
111 | },
112 | })}
113 | >
114 | {post.title === 'Why You Want React Query' ? (
115 | <>
116 | Why You Want Need React Query
117 | >
118 | ) : (
119 | post.title
120 | )}
121 |
122 |
132 |
39 | I'm a Web Developer and open source maintainer who ❤️ 40 | ReactJs and TypeScript. I'm currently maintaining{' '} 41 | 46 | TanStack/query 47 | {' '} 48 | and{' '} 49 | 54 | TanStack/router 55 | 56 | . 57 |
58 |