Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react and build refactor #25

Open
5 tasks
Tracked by #5
dufoli opened this issue Mar 21, 2024 · 0 comments
Open
5 tasks
Tracked by #5

react and build refactor #25

dufoli opened this issue Mar 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dufoli
Copy link
Owner

dufoli commented Mar 21, 2024

Enabling Babel would provide the following benefits:

Allows usage of Reacts JSX in components - more concise and cleaner markup in components
Allows usage of features like CSS modules (via babel-plugin-react-css-modules) to build components with better isolation including styling

  • update react to 15.5 15.6 or even 15.6.2
  • update react version and migrate code
  • use dependatbot or mend renovate git bot to keep react and all dependency up to date.
  • migrate to typescript with webpack and babel to generate clean code and typed code
  • avoid model pattern with didupdate and use setState/ props

sorenkrabbe/Chrome-Salesforce-inspector#165

@dufoli dufoli added the enhancement New feature or request label Mar 21, 2024
@dufoli dufoli self-assigned this Mar 21, 2024
@dufoli dufoli mentioned this issue Mar 21, 2024
93 tasks
@dufoli dufoli added this to the 1.27 milestone Apr 28, 2024
@Dufgui Dufgui modified the milestones: 1.28, 1.29 Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants