Custom code
Documentation | Custom Code
Mition has a built in javasript component and you can use this to create your own links to script files (use Css class 'wholesite' on a webpage component to include it on every page).
With our Javascript component and concepts such as REACT scripts, you can effectively build your own components and call the Mition APIs.
see https://reactjs.org/docs/add-react-to-a-website.html
This page demonstrates using React with no build tooling.
React is loaded as a script tag.
We will keep extending this example and include our Utilities classes that have functions such as calling APIs for authentication and other data.
You can then create your own custom code to implement this. We will also try to find ways to improve software development so you can get better error management when developing so you can improve your coding.