Results 6 issues of Alex

Using destruction: ```js const { username, posts, messages} = useStoreState((state) => state); ``` Or accessing a value directly ```js const username = useStoreState((state) => state.username); const posts = useStoreState((state) =>...

I have the following code ```js import { createStore, action } from "easy-peasy"; import { Action } from "easy-peasy"; export type Task = { name: string; description: string; }; export...

I saw your example as a starter template on the Netlify I wanted to clarify whether this template supports Netlify CMS, or whether it in plans?

I'm trying to replace the standard set of emojis on my website with the twitter one Is there an easy, way to accomplish it? ![image](https://user-images.githubusercontent.com/46556479/210601403-a4b23561-3186-4d07-8b22-4b946539921b.png)

Your tool downloads on the **latest** commit Let's say a GitHub repo has 1000 commits, how many of them will be imported using regular **git clone** ?

I really love your library, and I've found the really nice example of using your library over the internet https://codesandbox.io/s/0h5ii?file=/components/Layout.js:1651-1957 I'm curious is there a way to add GitHub Dark...