![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
ca-jobapply-frontend
Advanced tools
$ git clone git@github.com:SEEK-Jobs/ca-jobapply-frontend.git
$ cd ca-jobapply-frontend
$ npm install
You'll also need to ensure you have dev and stub subdomains setup in your /etc/hosts
127.0.0.1 dev.seek.com.au
127.0.0.1 stub.seek.com.au
npm run update-schema
# Run the project locally.
$ npm start
Once the dev-server is running, you can view the project in your browser by
visiting http://dev.seek.com.au:5012/job/1/apply
Using the dev server, you can toggle whether or not API mocks return certain data.
For example, once you've run npm start
and the browser has opened, add ?resumesEnabled
on to the end of the local Job Apply URL.
This will return profile resumes for prefill.
Unauthenticated: ?unauthenticated
Resumes: ?resumesEnabled
No most recent role: ?noRole
No privacy level set: ?noPrivacyLevel
Role requirements: http://dev.seek.com.au:5012/job/4/apply
Staged Apply: http://dev.seek.com.au:5012/job/4/apply?resumesEnabled&features=stagedApply
matching@seek.com.au
password
new@seek.com.au
# Build the application ready for deployment, with output going to ./dist
$ yarn run build
Normally the build step happens on Teamcity, and you will rarely need to run the command shown above. It is handy to do this from time to time, and to familiarise yourself with the layout of the built application, as it can help prevent nasty bugs resulting from incorrect paths and so forth.
# First build the app, the below command will ensure the same data is used during run on the pipeline
$ yarn test:build
# Then run the tests
yarn test:cypress
# Run the unit tests
$ yarn run test:unit
# Run the single chrome tests
$ yarn run test:testcafe
Buildkite agent (CI) runs everything in docker.
To run locally using the docker image, use the ./docker-run.sh
script
./docker-run.sh yarn run lint
This uses
To pass environment variables to docker, use a .env
file. Use template .env.local
.
Please ensure your code pass the repository Guidelines before sending a pull request, other wise your pull request will fail the testing and will not be merged.
Datadog: https://app.datadoghq.com/dashboard/559-92v-hgd/connect-job-apply-frontend-ui
FAQs
SEEK Job Apply Frontend
The npm package ca-jobapply-frontend receives a total of 2 weekly downloads. As such, ca-jobapply-frontend popularity was classified as not popular.
We found that ca-jobapply-frontend demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.