Pinned Loading
-
react-elastic-carousel
react-elastic-carousel PublicA flexible and responsive carousel component for react https://sag1v.github.io/react-elastic-carousel
-
-
react-only-when
react-only-when PublicA declarative component for conditional rendering
-
A run-time type checker with proxies
A run-time type checker with proxies 1function typeCheck(obj, definition) {
2return new Proxy(obj, {
3set(obj, key, value) {
4if (key in definition && typeof value !== definition[key]) {
5throw new TypeError(`Invalid type of ${key} '${typeof value}'. expected to be '${definition[key]}'`)
-
OOP-Javascript-Presentation
OOP-Javascript-Presentation PublicJavaScript presentation about OOP (using Spectacle) https://sag1v.github.io/OOP-Javascript-Presentation/
-
A simple implementation of undo and ...
A simple implementation of undo and redo in JavaScript 1const stripLast = arr => {
2// split the last item from an array and return a tupple of [rest, last]
3const length = arr.length;
4const lastItem = arr[length - 1];
5const restOfArr = arr.slice(0, length - 1);
48 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
March 2025
Created 6 commits in 1 repository
Opened 4 pull requests in 1 repository
sag1v/test-ci
3
merged
1
closed
-
push to main
This contribution was made on Mar 23
-
fix rtl frame and tests
This contribution was made on Mar 10
-
Dev
This contribution was made on Mar 10
-
Storybook ci fix build
This contribution was made on Mar 7