{"id":27395,"library":"simple-component-native","title":"Simple Component Native","description":"A basic React component starter kit with Webpack and Babel for learning purposes. Version 1.0.12 is the latest stable release, but the package is essentially a minimal project setup template rather than a reusable library. It provides step-by-step configuration for Webpack dev server, Babel transpilation (with @babel/preset-env and @babel/preset-react), and a directory structure for components and styles. Unlike mature component libraries (e.g., Material-UI, Ant Design), this package has no exported components and is intended as a barebones skeleton for React beginners. There is no active maintenance or documentation beyond the README setup notes, and it was last published with no recent updates.","status":"deprecated","version":"1.0.12","language":"javascript","source_language":"en","source_url":"ssh://git@github.com/tranlehaiquan/simple-component","tags":["javascript"],"install":[{"cmd":"npm install simple-component-native","lang":"bash","label":"npm"},{"cmd":"yarn add simple-component-native","lang":"bash","label":"yarn"},{"cmd":"pnpm add simple-component-native","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"Peer dependency for building React components.","package":"react","optional":false},{"reason":"Peer dependency for rendering React components in the browser.","package":"react-dom","optional":false}],"imports":[],"quickstart":{"code":"git clone <repository> \\ncd simple-component-native \\nnpm install \\nnpm start","lang":"javascript","description":"Clones the repository and starts the Webpack dev server. Note: the package exports no components; it's a project template."},"warnings":[{"fix":"Use a different package or manually create your own components.","message":"Package has no exported components; it is a project setup template, not a reusable library.","severity":"gotcha","affected_versions":"all"},{"fix":"Remove the deprecated plugin from .babelrc and rely on preset-env.","message":"Package uses deprecated `@babel/plugin-proposal-class-properties` (now part of @babel/preset-env).","severity":"deprecated","affected_versions":">=1.0.0"},{"fix":"Manually add ESLint and testing frameworks (Jest, React Testing Library).","message":"No ESLint or testing setup included, leading to potential code quality issues.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}