mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-20 16:11:21 +02:00
Remove spacing from next-tick file
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
import { useState } from 'react';
|
import { useState } from 'react';
|
||||||
import { HamburgerIcon } from '@chakra-ui/icons';
|
import { HamburgerIcon } from '@chakra-ui/icons';
|
||||||
import { Box, CloseButton, Container, Flex, IconButton, Image, Link, Stack, Text } from '@chakra-ui/react';
|
import { Box, CloseButton, Container, Flex, IconButton, Link, Stack, Text } from '@chakra-ui/react';
|
||||||
import RoadmapLogo from '../components/icons/roadmap.svg';
|
import RoadmapLogo from '../components/icons/roadmap.svg';
|
||||||
import siteConfig from '../content/site.json';
|
|
||||||
|
|
||||||
type MenuLinkProps = {
|
type MenuLinkProps = {
|
||||||
text: string;
|
text: string;
|
||||||
|
@@ -6,4 +6,4 @@ Every time the event loop takes a full trip, we call it a tick. When we pass a f
|
|||||||
|
|
||||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://nodejs.dev/en/learn/understanding-processnexttick/'>Understanding Process.NextTick()</BadgeLink>
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://nodejs.dev/en/learn/understanding-processnexttick/'>Understanding Process.NextTick()</BadgeLink>
|
||||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/'>The Node.js process.nextTick()</BadgeLink>
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/'>The Node.js process.nextTick()</BadgeLink>
|
||||||
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=-niA5XOlCWI'>The process.nextTick Function</BadgeLink>
|
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=-niA5XOlCWI'>The process.nextTick Function</BadgeLink>
|
||||||
|
Reference in New Issue
Block a user