![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.
@mathigon/textbooks
Advanced tools
Welcome to Mathigon! This repository contains the source code and assets for all our interactive textbooks.
Mathigon is an award winning new mathematics education platform for students aged 12 to 18. Part textbook and part virtual personal tutor, it uses cutting-edge technology and an innovative new curriculum to make learning mathematics more fun and more interactive.
After forking and cloning this repository, install all dependencies using
npm install
.
Now you can start a local development server by running npm start
. Wait for
the assets to be compiled and then open localhost:5000.
The server will automatically watch for file changes.
Every course is a subfolder in the content directory. The URL of the Probability course, for example, will be localhost:5000/course/probability.
Every course consists of a few different components:
content.md
contains the source code and metadata for a course. It is
written in a custom extension of
Markdown.functions.js
contains all course-specific JavaScript code.styles.less
contains all course-specific styles, in
LESS format.hints.yaml
(optional) contains any messages that can be sent by Mathigon's
virtual personal tutor.concepts.yaml
(optional) contains parts of Mathigon's internal knowledge
tree for this topic.The shared directory contains biographies, glossary and assets used by multiple courses.
Every course is divided into multiple steps, each with a unique ID. These IDs
are used as function names in functions.js
when exporting the setup code
for every section.
The server directory contains a simplified version of Mathigon's web server. It is used for local testing, but should not usually be modified.
We welcome any contributions to Mathigon – from bug fixes and correcting typos to creating entirely new courses. If you find any errors or problems, please file an issue. For larger changes, please contact us before starting your work.
You can find out more on Mathigon.io.
All original text and code is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives license (CC BY-NC-ND) version 4.0. Third-party images and media resources may have more restrictive licenses.
FAQs
Mathigon Textbooks
The npm package @mathigon/textbooks receives a total of 0 weekly downloads. As such, @mathigon/textbooks popularity was classified as not popular.
We found that @mathigon/textbooks 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.