An open API service indexing awesome lists of open source software.

https://github.com/vijayksingh/blog

A blog
https://github.com/vijayksingh/blog

Last synced: about 1 month ago
JSON representation

A blog

Awesome Lists containing this project

README

        

## Blog V1

### Features and Libs Added

#### StoryBook

- [Integration of StoryBook](https://dev-yakuza.posstree.com/en/react/nextjs/storybook/start/)

#### TODO

- [ ] Integrate with MDX ๐Ÿ“œ
Issues with MDX is that many libraries do the same thing have to do research for which lib to use.

- [ ] Integrate the remaining ecosystem libs for mdx
Need few more libs to integrate to support code highlighting and to parse Frontmatter in the code.

- Integrate testing lib ๐Ÿงช
Will research b/w jest and react-testing-lib (Will try to do some amount of TDD driven development) (Learning + Practice)