Building Breadcrumbs with Remix useMatches Hook. Remix offers a hook called useMatches that allows you to access the current route matches. You can use this in many different ways, but one of the most common is to build breadcrumbs. I wrote about how to use this hook, check out my post :) https://lnkd.in/gkS_qfT8 #remix #reactRouter #react
Will Ayers’ Post
More Relevant Posts
-
Now that I have made the dashboard fully responsive, the next step is to write a widget test to ensure the quality of my code and minimize bugs. Inspiration: https://lnkd.in/g_zVdH6T #flutter #flutterweb
To view or add a comment, sign in
-
Strapi 5 Beta is here! 🔥 📝 𝐃𝐫𝐚𝐟𝐭 & 𝐏𝐮𝐛𝐥𝐢𝐬𝐡: edit entries while they are published ⚡ 𝐕𝐢𝐭𝐞 𝐁𝐮𝐧𝐝𝐥𝐢𝐧𝐠: 3x faster build time 🔌 𝐏𝐥𝐮𝐠𝐢𝐧 𝐂𝐋𝐈: fantastic Developer Experience to develop plugins 🧬 𝐍𝐞𝐰 𝐀𝐏𝐈 𝐅𝐨𝐫𝐦𝐚𝐭: say by to data.attributes Huge shout-out to the team on this one!
To view or add a comment, sign in
-
Yesterday's #AdventOfCode was a particularly interesting puzzle and something brand new for me. If you don't want spoilers for Day 4, stop reading now. In a square grid of 140 characters per side, find every "XMAS" word search style. Having just used RegEx on Day 3, my mind jumped to that as a solution. Checking for forward and backward instances ("XMAS" and "SAMX") was easy enough for the horizontal rows of characters. I created a similar array by transposing the vertical columns to act as horizontal lists. The challenge came from converting top-left to bottom-right and top-right to bottom-left diagonals into lists to be searched the same way. A small hiccup where I needed to shift the RegEx to account for XMASAMX/SAMXMAS which counted as two instances sharing the S/X and Part 1 was complete. Part 2 seemed like a leap from my solution in Part 1 where the target shape was actually X-MAS (MAS forming an X shape in the word search, silly me). I took a different approach, searching from the 2nd row/column to the 139th row/column to stay in bounds, for instances of A, then grabbing the letters to the NE, NW, SE, and SW of A to see if NE/SW and SE/NW pairs were M or S and not equal to each other. If I could backtrack to Part 1 and start from the beginning, a Try/Except block to grid search in 8 directions from each (i, j) coordinate in the matrix would have prepared me better for the extension in Part 2. I've been enjoying the challenge so far, 10 stars through 5 days so far, and looking forward to Day 6 tomorrow (but not at midnight EST, I'm not competing for the leaderboard). https://lnkd.in/eCDcPyEi
AdventOfCode2024/Day4.py at main · JonathanLuettgen16/AdventOfCode2024
github.com
To view or add a comment, sign in
-
day 90 of #150days of #mernstack journey. update on my "Covid-Tracker" project. I am currently stuck on:- Error: "category" is not a registered scale. I was trying to fetch some data for my Line graph chart 📉📈 and got stuck on the above error . While struggling with that error I did some RND and imported some libraries to my LineGrapgh component. but currently i end up here😂... still trying.....--->✓ work on progress....#stay_tuned
To view or add a comment, sign in
-
learned how to play with the unsplash API build something random in case of any queries; u can search that too #clevercoderjoy
To view or add a comment, sign in
-
I am returning a JsonResult from my controller method i.e. public JsonResult deleteStuff() { // Check it out: https://lnkd.in/dpV4qdT7 Join the conversation! #aspnet #aspnetmvc
getting httpstatus from jsonresult
https://querifyquestion.com
To view or add a comment, sign in
-
Loving this new Local & Field Metrics panel in Canary Chrome's devtool > Performance panel. To enable it: - open devtools, click the settings cog in the top right - choose Experiments on the left hand menu - find "Performance Panel - enable live metrics landing page" and tick it You'll be invited to reload devtool, after which if you open it whilst looking at a page, and navigating to the performance panel, you'll see live local data, and optionally real user metrics from CrUX. #WebPerf #CoreWebVitals
To view or add a comment, sign in
-
RankChase backend is now working and sending emails to our users with backlink matches Free Users: Get one match per week + they are in the database and can be found by others Paid Users: Get 3 matches every other day + are in database too What I want to get from this next phase: 1- Our first paying users 2- Feedback and interest from our users
To view or add a comment, sign in
-
Updates to LiveView mean it’s easier than ever to handle dynamic lists of embedded item inputs. Learn how in our walkthrough: 📝 https://loom.ly/S_vQw3A #MyElixirStatus #ElixirLang
How to Dynamically Add and Remove Embedded Item Inputs in a Form Using sort_param and drop_param
dockyard.com
To view or add a comment, sign in
-
Want to make your website’s data pop? With SetSeed’s Table widget, you can quickly turn spreadsheets into clear, engaging graphs. Say goodbye to the hassle of plugins! https://lnkd.in/gZx9Nwib
Easily Transform Tables into Dynamic Graphs
setseed.com
To view or add a comment, sign in