https://github.com/vijayksingh/blog
A blog
https://github.com/vijayksingh/blog
Last synced: about 1 month ago
JSON representation
A blog
- Host: GitHub
- URL: https://github.com/vijayksingh/blog
- Owner: vijayksingh
- Created: 2022-09-18T12:20:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T11:57:08.000Z (over 2 years ago)
- Last Synced: 2025-01-24T12:29:00.011Z (3 months ago)
- Language: TypeScript
- Size: 763 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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)