Git Product home page Git Product logo

reactpkg's Introduction

Reactpkg

This project was generated using Nx.

๐Ÿ”Ž Nx is a set of Extensible Dev Tools for Monorepos.

Adding capabilities to your workspace

Nx supports many plugins which add capabilities for developing different types of applications and different tools.

These capabilities include generating applications, libraries, etc as well as the devtools to test, and build projects as well.

Below are our core plugins:

  • React
    • npm install --save-dev @nrwl/react
  • Web (no framework frontends)
    • npm install --save-dev @nrwl/web
  • Angular
    • npm install --save-dev @nrwl/angular
  • Nest
    • npm install --save-dev @nrwl/nest
  • Express
    • npm install --save-dev @nrwl/express
  • Node
    • npm install --save-dev @nrwl/node

There are also many community plugins you could add.

Generate an application

Run nx g @nrwl/react:app my-app to generate an application.

You can use any of the plugins above to generate applications as well.

When using Nx, you can create multiple applications and libraries in the same workspace.

Generate a library

Run nx g @nrwl/react:lib my-lib to generate a library.

You can also use any of the plugins above to generate libraries as well.

Libraries are shareable across libraries and applications. They can be imported from @reactpkg/mylib.

Development server

Run nx serve my-app for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run nx g @nrwl/react:component my-component --project=my-app to generate a new component.

Build

Run nx build my-app to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run nx test my-app to execute the unit tests via Jest.

Run nx affected:test to execute the unit tests affected by a change.

Running end-to-end tests

Run ng e2e my-app to execute the end-to-end tests via Cypress.

Run nx affected:e2e to execute the end-to-end tests affected by a change.

Understand your workspace

Run nx dep-graph to see a diagram of the dependencies of your projects.

Further help

Visit the Nx Documentation to learn more.

โ˜ Nx Cloud

Computation Memoization in the Cloud

Nx Cloud pairs with Nx in order to enable you to build and test code more rapidly, by up to 10 times. Even teams that are new to Nx can connect to Nx Cloud and start saving time instantly.

Teams using Nx gain the advantage of building full-stack applications with their preferred framework alongside Nxโ€™s advanced code generation and project dependency graph, plus a unified experience for both frontend and backend developers.

Visit Nx Cloud to learn more.

Lerna

npm run lerna -- version patch

reactpkg's People

Contributors

dotdevio avatar renovate-bot avatar renovate[bot] avatar

Watchers

James Cloos avatar

reactpkg's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Warning

These dependencies are deprecated:

Datasource Name Replacement PR?
npm document-register-element Unavailable

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update nrwl monorepo to v14.8.9 (@nrwl/cli, @nrwl/cypress, @nrwl/eslint-plugin-nx, @nrwl/jest, @nrwl/linter, @nrwl/react, @nrwl/storybook, @nrwl/web, @nrwl/workspace, nx)
  • Update storybook monorepo to v6.5.16 (@storybook/addon-essentials, @storybook/builder-webpack5, @storybook/core-server, @storybook/manager-webpack5, @storybook/react)
  • Update dependency babel-loader to v8.3.0
  • Update dependency eslint to v8.57.0
  • Update dependency eslint-config-prettier to v8.10.0
  • Update dependency eslint-plugin-cypress to v2.15.2
  • Update dependency eslint-plugin-import to v2.29.1
  • Update dependency eslint-plugin-jsx-a11y to v6.9.0
  • Update dependency eslint-plugin-react to v7.35.0
  • Update dependency prettier to v2.8.8
  • Update dependency react-data-table-component to v7.6.2
  • Update dependency reflect-metadata to v0.2.2
  • Update dependency tslib to v2.6.3
  • Update dependency typescript to v4.9.5
  • Update typescript-eslint monorepo to v5.62.0 (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • Update Node.js to v20 (node, @types/node)
  • Update actions/cache action to v4
  • Update actions/checkout action to v4
  • Update dependency @svgr/webpack to v8
  • Update dependency @testing-library/react to v16
  • Update dependency babel-loader to v9
  • Update dependency cypress to v13
  • Update dependency dotenv to v16
  • Update dependency eslint to v9
  • Update dependency eslint-config-prettier to v9
  • Update dependency eslint-plugin-cypress to v3
  • Update dependency eslint-plugin-jest to v28
  • Update dependency eslint-plugin-prettier to v5
  • Update dependency husky to v9
  • Update dependency i18next to v23
  • Update dependency lerna to v8
  • Update dependency lint-staged to v15
  • Update dependency prettier to v3
  • Update dependency react-i18next to v15
  • Update dependency react-router to v6
  • Update dependency typescript to v5
  • Update dependency url-loader to v4
  • Update jest monorepo to v29 (major) (@types/jest, babel-jest, jest, ts-jest)
  • Update nrwl monorepo (major) (@nrwl/cli, @nrwl/cypress, @nrwl/eslint-plugin-nx, @nrwl/jest, @nrwl/linter, @nrwl/react, @nrwl/storybook, @nrwl/web, @nrwl/workspace, nx)
  • Update storybook monorepo to v8 (major) (@storybook/addon-essentials, @storybook/builder-webpack5, @storybook/core-server, @storybook/react)
  • Update typescript-eslint monorepo to v8 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/workflows/publish.yaml
  • actions/checkout v2
  • actions/cache v2
  • rtCamp/action-slack-notify v2
  • node 16-alpine
npm
package.json
  • @storybook/builder-webpack5 6.5.13
  • @storybook/core-server 6.5.13
  • @storybook/manager-webpack5 6.5.13
  • core-js 3.11.0
  • document-register-element 1.14.10
  • i18next ^21.6.16
  • inversify 6.0.1
  • lodash 4.17.21
  • react 18.2.0
  • react-data-table-component 7.5.3
  • react-dom 18.2.0
  • react-i18next ^11.16.7
  • react-is 18.0.0
  • react-router 5.3.1
  • react-router-config 5.1.1
  • react-router-dom 6.4.1
  • react-router-named-routes 0.0.23
  • reflect-metadata 0.1.13
  • regenerator-runtime 0.13.7
  • tslib ^2.0.0
  • @babel/core 7.13.16
  • @babel/preset-env 7.13.15
  • @babel/preset-react 7.13.13
  • @babel/preset-typescript 7.13.0
  • @nrwl/cli 14.8.6
  • @nrwl/cypress 14.8.6
  • @nrwl/eslint-plugin-nx 14.8.6
  • @nrwl/jest 14.8.6
  • @nrwl/linter 14.8.6
  • @nrwl/react 14.8.6
  • @nrwl/storybook 14.8.6
  • @nrwl/web 14.8.6
  • @nrwl/workspace 14.8.6
  • @storybook/addon-essentials 6.5.13
  • @storybook/react 6.5.13
  • @svgr/webpack ^5.4.0
  • @testing-library/react 13.4.0
  • @types/jest 28.1.8
  • @types/lodash ^4.14.168
  • @types/node 18.7.18
  • @types/react 18.0.24
  • @types/react-dom 18.0.8
  • @types/react-router 2.0.61
  • @types/react-router-config 5.0.6
  • @types/react-router-dom 5.3.3
  • @typescript-eslint/eslint-plugin 5.41.0
  • @typescript-eslint/parser 5.41.0
  • babel-jest 28.1.3
  • babel-loader 8.1.0
  • cypress ^7.3.0
  • dotenv 10.0.0
  • eslint 8.15.0
  • eslint-config-prettier 8.1.0
  • eslint-plugin-cypress ^2.10.3
  • eslint-plugin-import 2.26.0
  • eslint-plugin-jest 24.3.5
  • eslint-plugin-jsx-a11y 6.6.1
  • eslint-plugin-prettier 3.3.1
  • eslint-plugin-react 7.31.10
  • eslint-plugin-react-hooks 4.6.0
  • husky 6.0.0
  • jest 28.1.3
  • lerna 4.0.0
  • lint-staged 10.5.4
  • nx 14.8.6
  • prettier 2.7.1
  • react-test-renderer 18.0.0
  • ts-jest 28.0.8
  • ts-node 10.9.1
  • typescript 4.8.4
  • url-loader ^3.0.0
  • node >=16
packages/inversify/package.json
  • inversify 6.0.1
  • react >=17.0.0
  • reflect-metadata 0.1.13
packages/react/package.json
packages/ui/package.json
  • react-data-table-component 7.5.3

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.