Skip to content

Commit

Permalink
deleted unuseful comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekep-Obasi committed Oct 9, 2023
1 parent 776664a commit 13c4c22
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions apps/movex-docs/modules/home/HeroSubText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,15 @@ type Props = {
className: string;
};

// Simplify Multiplayer State Management: Build Apps faster with Movex. Just Code UI and Logic, Let Movex Handle the Rest

export const HeroSubText: React.FC<Props> = (props) => {
return (
<h3 className={props.className}>
{/* Movex state */}
{/* Redux inspired state container that is shared between all peers in a network. */}
Movex is a Redux inspired state management and synchronization tool that
does the heavy lifting to share state between peers in a network.
<br />
<br />
Build faster by only focusing on the App Logic & UI. Let Movex handle the
rest!
{/* <br />
<br />
Best part - the backend is generated automatically for you. */}
{/* Movex synchonizes state between all the users in an app. */}
{/* Redux inspired state management tool for more than one user in the network. */}
{/* A state management library that redefines backend management for apps that need to share state with multiple users in realtime. */}
{/* It abstracts the backend away, meaning you don't have to deal with network protocols, servers,
It allows you to focus on the front-end, while it seamlessly
takes care of the back-end. */}
</h3>
);
};

0 comments on commit 13c4c22

Please sign in to comment.