#activepoints
Explore tagged Tumblr posts
jmejambbc 7 years ago
Photo
Tumblr media
When you reach out to your Tribe trying to convince yourself working out with a stomach bug is a good idea 馃槴 Join La Femme Sporta for full video! #activelifestyle #squat #wellness #nodaysoff #lafemmesporta #workingout #teambeachbody #beachbodycoach #beachbodyperformanceenergize #beachbodyresults #whenitclicks #mytribeisbetterthanyours #happylife #lovethyself #lift #lafemmesporta #wellnessgroup #accountability #accountabilitycoach #shakeologyaddict #shakeologyresults #wwfreestyle #activepoints #jmesteesboutique #iwillachieve (at Tarrytown, New York)
0 notes
codehunter 2 years ago
Text
React useState hook event handler using initial state
I'm still getting my head around react hooks but struggling to see what I'm doing wrong here. I have a component for resizing panels, onmousedown of an edge I update a value on state then have an event handler for mousemove which uses this value however it doesn't seem to be updating after the value has changed.
Here is my code:
export default memo(() => { const [activePoint, setActivePoint] = useState(null); // initial is null const handleResize = () => { console.log(activePoint); // is null but should be 'top|bottom|left|right' }; const resizerMouseDown = (e, point) => { setActivePoint(point); // setting state as 'top|bottom|left|right' window.addEventListener('mousemove', handleResize); window.addEventListener('mouseup', cleanup); // removed for clarity }; return ( <div className="interfaceResizeHandler"> {resizePoints.map(point => ( <div key={ point } className={ `interfaceResizeHandler__resizer interfaceResizeHandler__resizer--${ point }` } onMouseDown={ e => resizerMouseDown(e, point) } /> ))} </div> );});
The problem is with the handleResize function, this should be using the latest version of activePoint which would be a string top|left|bottom|right but instead is null.
https://codehunter.cc/a/reactjs/react-usestate-hook-event-handler-using-initial-state
0 notes
programmingjoryschiebroek 7 years ago
Text
#18 | Navigeren
Ik heb 001 Homepage nu zover dat ik kan uitlezen op welk van de verschillende partjes van de donut er geklikt wordt. Vervolgens kan ik die data gebruiken om naar verschillende pagina鈥檚 door te linken. De verschillende pagina鈥檚 zijn hieronder te zien in mijn projectmapje. Het gaat om:
fb.html (voor Facebook)
ig.html (voor Instagram)
tw.html (voor Twitter)
wa.html (voor Whatsapp)
yt.html (voor Youtube)
Uiteindelijk wil ik een one-page gaan bouwen, maar voor nu heb ik het even op deze manier opgelost.
Tumblr media
Ik heb dit voor elkaar gekregen met de volgende code:
Tumblr media
Als ik op het canvas klik dan wordt deze functie geactiveerd. Allereerst wordt gekeken op welk deel ik klik, dit wordt opgeslagen in activePoints, en daar wordt vervolgens de data van gelezen, opgeslagen in chartData. De data die ik lees zijn聽idx voor het index-nummer van het partje, label voor het label van het partje en value voor de waarde van het partje.
Vervolgens wordt er gekeken wat de waarde van label is, en afhankelijk van die waarde wordt je doorverwezen naar een andere pagina via een switch-statement.
0 notes
hgwonders-blog 9 years ago
Photo
Tumblr media
Not sure how well I will do at the #weightwatchers #meeting tomorrow . I did my best and worked hard to earn #activepoints and didn't use them. I hope I do well. #ww #icandoit #BirthdayWeek #Belgium #AMIB #motivation #diet #day14
0 notes
lmefentwell 10 years ago
Photo
Tumblr media
Getting there, but where? #3dcreature #zbrush #positioning #light #activepoints #EFW15 #addicted #anyminutenow #cantstop
0 notes