hexojs /
hexo
A fast, simple & powerful blog framework, powered by Node.js.
95/100 healthLoading repository data…
bobaderanjit007 / repository
A simple habit tracking application built with React, TypeScript, Redux Toolkit, and Material UI. Easily add, remove, and mark habits as completed with a clean and responsive UI.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:
export default tseslint.config({
extends: [
// Remove ...tseslint.configs.recommended and replace with this
...tseslint.configs.recommendedTypeChecked,
// Alternatively, use this for stricter rules
...tseslint.configs.strictTypeChecked,
// Optionally, add this for stylistic rules
...tseslint.configs.stylisticTypeChecked,
],
languageOptions: {
// other options...
parserOptions: {
project: ['./tsconfig.node.json', './tsconfig.app.json'],
tsconfigRootDir: import.meta.dirname,
},
},
})
You can also install eslint-plugin-react-x and eslint-plugin-react-dom for React-specific lint rules:
// eslint.config.js
import reactX from 'eslint-plugin-react-x'
import reactDom from 'eslint-plugin-react-dom'
export default tseslint.config({
plugins: {
// Add the react-x and react-dom plugins
'react-x': reactX,
'react-dom': reactDom,
},
rules: {
// other rules...
// Enable its recommended typescript rules
...reactX.configs['recommended-typescript'].rules,
...reactDom.configs.recommended.rules,
},
})
Selected from shared topics, language and repository description—not editorial ratings.
hexojs /
A fast, simple & powerful blog framework, powered by Node.js.
95/100 healthBabylonJS /
Babylon.js is a powerful, beautiful, simple, and open game and rendering engine packed into a friendly JavaScript framework.
97/100 healthprojectstorm /
a super simple, no-nonsense diagramming library written in react that just works
bytedance /
FlowGram is an extensible workflow development framework with built-in canvas, form, variable, and materials that helps developers build AI workflow platforms faster and simpler.
94/100 healthianstormtaylor /
A simple and composable way to validate data in JavaScript (and TypeScript).
90/100 healthUniswap /
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
39/100 health